#CC4371

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

Shades of Cabaret #CC4371

Tints of Cabaret #CC4371

Color information

#CC4371 (or 0xCC4371) is unknown color: approx Cabaret. HEX triplet: CC, 43 and 71. RGB value is (204,67,113). Sum of RGB (Red+Green+Blue) = 204+67+113=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4371 is #33BC8E. Grayscale: #717171. Windows color (decimal): -3390607 or 7422924. OLE color: 7422924.

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

Color convert

RGB20467113-
CMYK00.670.450.2
HSL339.85º57.32%53.14%-
HSV(B)339.85º67.16%80%-
XYZ29.8918.0417.53-
YUV113.21127.89192.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.12%
GREEN value IS 67 (26.56% from 255) = 17.45%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=53.12%
G=17.45%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046711300.670.450.2339.8557.3253.14
HexCC43710432D141543935
Octal314103161010355245247165
Binary11001100100001111100010100001110110110100101010100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4371; }

 p { color: rgb(204,67,113); }

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

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

 a { background-color: rgb(204,67,113); }

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

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

 span { border-color: rgb(204,67,113); }

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