#c5566b

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

Shades of Cabaret #C5566B

Tints of Cabaret #C5566B

Color information

#C5566B (or 0xC5566B) is unknown color: approx Cabaret. HEX triplet: C5, 56 and 6B. RGB value is (197,86,107). Sum of RGB (Red+Green+Blue) = 197+86+107=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5566B is #3AA994. Grayscale: #797979. Windows color (decimal): -3844501 or 7034565. OLE color: 7034565.

HSL color Cylindrical-coordinate representation of color #C5566B: hue angle of 348.65º 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 #C5566B is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB19786107-
CMYK00.560.460.23
HSL348.65º48.9%55.49%-
HSV(B)348.65º56.35%77.25%-
XYZ29.0119.5916.16-
YUV121.58119.77181.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.51%
GREEN value IS 86 (33.98% from 255) = 22.05%
BLUE value IS 107 (42.19% from 255) = 27.44%
R=50.51%
G=22.05%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978610700.560.460.23348.6548.955.49
HexC5566B0382E1715d3137
Octal30512615307056275356167
Binary1100010110101101101011011100010111010111101011101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5566b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5566b; }

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

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

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

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

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

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

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

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