#CC4266

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

Shades of Cabaret #CC4266

Tints of Cabaret #CC4266

Color information

#CC4266 (or 0xCC4266) is unknown color: approx Cabaret. HEX triplet: CC, 42 and 66. RGB value is (204,66,102). Sum of RGB (Red+Green+Blue) = 204+66+102=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4266 is #33BD99. Grayscale: #6F6F6F. Windows color (decimal): -3390874 or 6701772. OLE color: 6701772.

HSL color Cylindrical-coordinate representation of color #CC4266: hue angle of 344.35º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4266 is Cyan = 0, Magento = 0.68, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB20466102-
CMYK00.680.50.2
HSL344.35º57.5%52.94%-
HSV(B)344.35º67.65%80%-
XYZ29.2517.6914.44-
YUV111.37122.72194.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.84%
GREEN value IS 66 (26.17% from 255) = 17.74%
BLUE value IS 102 (40.23% from 255) = 27.42%
R=54.84%
G=17.74%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046610200.680.50.2344.3557.552.94
HexCC426604432141583a35
Octal314102146010462245307265
Binary11001100100001011001100100010011001010100101011000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4266; }

 p { color: rgb(204,66,102); }

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

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

 a { background-color: rgb(204,66,102); }

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

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

 span { border-color: rgb(204,66,102); }

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