#CC4066

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

Shades of Cabaret #CC4066

Tints of Cabaret #CC4066

Color information

#CC4066 (or 0xCC4066) is unknown color: approx Cabaret. HEX triplet: CC, 40 and 66. RGB value is (204,64,102). Sum of RGB (Red+Green+Blue) = 204+64+102=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4066 is #33BF99. Grayscale: #6E6E6E. Windows color (decimal): -3391386 or 6701260. OLE color: 6701260.

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

Color convert

RGB20464102-
CMYK00.690.50.2
HSL343.71º57.85%52.55%-
HSV(B)343.71º68.63%80%-
XYZ29.1317.4614.41-
YUV110.19123.38194.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.14%
GREEN value IS 64 (25.39% from 255) = 17.30%
BLUE value IS 102 (40.23% from 255) = 27.57%
R=55.14%
G=17.30%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046410200.690.50.2343.7157.8552.55
HexCC406604532141583a35
Octal314100146010562245307265
Binary11001100100000011001100100010111001010100101011000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4066; }

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

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

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

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

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

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

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

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