#C66C72

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

Shades of Cabaret #C66C72

Tints of Cabaret #C66C72

Color information

#C66C72 (or 0xC66C72) is unknown color: approx Cabaret. HEX triplet: C6, 6C and 72. RGB value is (198,108,114). Sum of RGB (Red+Green+Blue) = 198+108+114=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66C72 is #39938D. Grayscale: #878787. Windows color (decimal): -3773326 or 7498950. OLE color: 7498950.

HSL color Cylindrical-coordinate representation of color #C66C72: hue angle of 356º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66C72 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB198108114-
CMYK00.450.420.22
HSL356º44.12%60%-
HSV(B)356º45.45%77.65%-
XYZ31.6923.9518.87-
YUV135.59115.82172.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.14%
GREEN value IS 108 (42.58% from 255) = 25.71%
BLUE value IS 114 (44.92% from 255) = 27.14%
R=47.14%
G=25.71%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810811400.450.420.2235644.1260
HexC66C7202D2A161642c3c
Octal30615416205552265445474
Binary1100011011011001110010010110110101010110101100100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66C72; }

 p { color: rgb(198,108,114); }

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

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

 a { background-color: rgb(198,108,114); }

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

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

 span { border-color: rgb(198,108,114); }

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