#C5566E

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

Shades of Cabaret #C5566E

Tints of Cabaret #C5566E

Color information

#C5566E (or 0xC5566E) is unknown color: approx Cabaret. HEX triplet: C5, 56 and 6E. RGB value is (197,86,110). Sum of RGB (Red+Green+Blue) = 197+86+110=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5566E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5566E is #3AA991. Grayscale: #797979. Windows color (decimal): -3844498 or 7231173. OLE color: 7231173.

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

Color convert

RGB19786110-
CMYK00.560.440.23
HSL347.03º48.9%55.49%-
HSV(B)347.03º56.35%77.25%-
XYZ29.1719.6517.01-
YUV121.92121.27181.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.13%
GREEN value IS 86 (33.98% from 255) = 21.88%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=50.13%
G=21.88%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978611000.560.440.23347.0348.955.49
HexC5566E0382C1715b3137
Octal30512615607054275336167
Binary1100010110101101101110011100010110010111101011011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5566E; }

 p { color: rgb(197,86,110); }

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

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

 a { background-color: rgb(197,86,110); }

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

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

 span { border-color: rgb(197,86,110); }

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