#C56476

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

Shades of Cabaret #C56476

Tints of Cabaret #C56476

Color information

#C56476 (or 0xC56476) is unknown color: approx Cabaret. HEX triplet: C5, 64 and 76. RGB value is (197,100,118). Sum of RGB (Red+Green+Blue) = 197+100+118=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C56476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56476 is #3A9B89. Grayscale: #838383. Windows color (decimal): -3840906 or 7759045. OLE color: 7759045.

HSL color Cylindrical-coordinate representation of color #C56476: hue angle of 348.87º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56476 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB197100118-
CMYK00.490.400.23
HSL348.87º45.54%58.24%-
HSV(B)348.87º49.24%77.25%-
XYZ30.8522.2919.82-
YUV131.06120.64175.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.47%
GREEN value IS 100 (39.45% from 255) = 24.10%
BLUE value IS 118 (46.48% from 255) = 28.43%
R=47.47%
G=24.10%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710011800.490.400.23348.8745.5458.24
HexC56476031281715d2e3a
Octal30514416606150275355672
Binary1100010111001001110110011000110100010111101011101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56476; }

 p { color: rgb(197,100,118); }

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

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

 a { background-color: rgb(197,100,118); }

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

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

 span { border-color: rgb(197,100,118); }

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