#CC4570

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

Shades of Cabaret #CC4570

Tints of Cabaret #CC4570

Color information

#CC4570 (or 0xCC4570) is unknown color: approx Cabaret. HEX triplet: CC, 45 and 70. RGB value is (204,69,112). Sum of RGB (Red+Green+Blue) = 204+69+112=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4570 is #33BA8F. Grayscale: #727272. Windows color (decimal): -3390096 or 7357900. OLE color: 7357900.

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

Color convert

RGB20469112-
CMYK00.660.450.2
HSL340.89º56.96%53.53%-
HSV(B)340.89º66.18%80%-
XYZ29.9518.2617.28-
YUV114.27126.73192-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.99%
GREEN value IS 69 (27.34% from 255) = 17.92%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=52.99%
G=17.92%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046911200.660.450.2340.8956.9653.53
HexCC45700422D141553936
Octal314105160010255245257166
Binary11001100100010111100000100001010110110100101010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4570; }

 p { color: rgb(204,69,112); }

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

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

 a { background-color: rgb(204,69,112); }

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

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

 span { border-color: rgb(204,69,112); }

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