#CC4770

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

Shades of Cabaret #CC4770

Tints of Cabaret #CC4770

Color information

#CC4770 (or 0xCC4770) is unknown color: approx Cabaret. HEX triplet: CC, 47 and 70. RGB value is (204,71,112). Sum of RGB (Red+Green+Blue) = 204+71+112=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4770 is #33B88F. Grayscale: #737373. Windows color (decimal): -3389584 or 7358412. OLE color: 7358412.

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

Color convert

RGB20471112-
CMYK00.650.450.2
HSL341.5º56.6%53.92%-
HSV(B)341.5º65.2%80%-
XYZ30.0818.5117.32-
YUV115.44126.06191.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.71%
GREEN value IS 71 (28.12% from 255) = 18.35%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=52.71%
G=18.35%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047111200.650.450.2341.556.653.92
HexCC47700412D141563936
Octal314107160010155245267166
Binary11001100100011111100000100000110110110100101010110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4770; }

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

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

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

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

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

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

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

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