#C56676

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

Shades of Cabaret #C56676

Tints of Cabaret #C56676

Color information

#C56676 (or 0xC56676) is unknown color: approx Cabaret. HEX triplet: C5, 66 and 76. RGB value is (197,102,118). Sum of RGB (Red+Green+Blue) = 197+102+118=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C56676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56676 is #3A9989. Grayscale: #848484. Windows color (decimal): -3840394 or 7759557. OLE color: 7759557.

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

Color convert

RGB197102118-
CMYK00.480.400.23
HSL349.89º45.02%58.63%-
HSV(B)349.89º48.22%77.25%-
XYZ31.0522.6819.88-
YUV132.23119.97174.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.24%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 118 (46.48% from 255) = 28.30%
R=47.24%
G=24.46%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710211800.480.400.23349.8945.0258.63
HexC56676030281715e2d3b
Octal30514616606050275365573
Binary1100010111001101110110011000010100010111101011110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56676; }

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

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

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

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

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

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

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

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