#CC4272

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

Shades of Cabaret #CC4272

Tints of Cabaret #CC4272

Color information

#CC4272 (or 0xCC4272) is unknown color: approx Cabaret. HEX triplet: CC, 42 and 72. RGB value is (204,66,114). Sum of RGB (Red+Green+Blue) = 204+66+114=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4272 is #33BD8D. Grayscale: #707070. Windows color (decimal): -3390862 or 7488204. OLE color: 7488204.

HSL color Cylindrical-coordinate representation of color #CC4272: hue angle of 339.13º 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 #CC4272 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB20466114-
CMYK00.680.440.2
HSL339.13º57.5%52.94%-
HSV(B)339.13º67.65%80%-
XYZ29.8917.9517.81-
YUV112.73128.72193.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.12%
GREEN value IS 66 (26.17% from 255) = 17.19%
BLUE value IS 114 (44.92% from 255) = 29.69%
R=53.12%
G=17.19%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046611400.680.440.2339.1357.552.94
HexCC42720442C141533a35
Octal314102162010454245237265
Binary11001100100001011100100100010010110010100101010011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4272; }

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

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

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

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

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

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

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

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