#C55666

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

Shades of Cabaret #C55666

Tints of Cabaret #C55666

Color information

#C55666 (or 0xC55666) is unknown color: approx Cabaret. HEX triplet: C5, 56 and 66. RGB value is (197,86,102). Sum of RGB (Red+Green+Blue) = 197+86+102=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C55666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55666 is #3AA999. Grayscale: #797979. Windows color (decimal): -3844506 or 6706885. OLE color: 6706885.

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

Color convert

RGB19786102-
CMYK00.560.480.23
HSL351.35º48.9%55.49%-
HSV(B)351.35º56.35%77.25%-
XYZ28.7519.4914.82-
YUV121.01117.27182.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.17%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 102 (40.23% from 255) = 26.49%
R=51.17%
G=22.34%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978610200.560.480.23351.3548.955.49
HexC55666038301715f3137
Octal30512614607060275376167
Binary1100010110101101100110011100011000010111101011111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55666; }

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

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

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

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

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

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

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

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