#C54E68

Color #C54E68 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C54E68

Tints of Cabaret #C54E68

Color information

#C54E68 (or 0xC54E68) is unknown color: approx Cabaret. HEX triplet: C5, 4E and 68. RGB value is (197,78,104). Sum of RGB (Red+Green+Blue) = 197+78+104=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54E68 is #3AB197. Grayscale: #747474. Windows color (decimal): -3846552 or 6835909. OLE color: 6835909.

HSL color Cylindrical-coordinate representation of color #C54E68: hue angle of 346.89º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C54E68 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB19778104-
CMYK00.600.470.23
HSL346.89º50.64%53.92%-
HSV(B)346.89º60.41%77.25%-
XYZ28.2518.3215.14-
YUV116.54120.92185.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 51.98%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=51.98%
G=20.58%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977810400.600.470.23346.8950.6453.92
HexC54E6803C2F1715b3336
Octal30511615007457275336366
Binary1100010110011101101000011110010111110111101011011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54E68; }

 p { color: rgb(197,78,104); }

 H1.HeaderClassName
 {
   color: #C54E68;
 }
 .AnyTagClassName
 {
   color: #C54E68;
 }
</style>
background-color css

<style>
 a { background-color: #C54E68; }

 a { background-color: rgb(197,78,104); }

 div.DivClassName
 {
   background-color: #C54E68;
 }
 .BgClassName
 {
   background-color: #C54E68;
 }
</style>
border-color css

<style>
 span { border-color: #C54E68; }

 span { border-color: rgb(197,78,104); }

 td.TdClassName
 {
   border-color: #C54E68;
 }
 .TagClassName
 {
   border-color: #C54E68;
 }
</style>