#CC4370

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

Shades of Cabaret #CC4370

Tints of Cabaret #CC4370

Color information

#CC4370 (or 0xCC4370) is unknown color: approx Cabaret. HEX triplet: CC, 43 and 70. RGB value is (204,67,112). Sum of RGB (Red+Green+Blue) = 204+67+112=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4370 is #33BC8F. Grayscale: #717171. Windows color (decimal): -3390608 or 7357388. OLE color: 7357388.

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

Color convert

RGB20467112-
CMYK00.670.450.2
HSL340.29º57.32%53.14%-
HSV(B)340.29º67.16%80%-
XYZ29.8318.0217.24-
YUV113.09127.39192.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.26%
GREEN value IS 67 (26.56% from 255) = 17.49%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=53.26%
G=17.49%
B=29.24%

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
Decimal2046711200.670.450.2340.2957.3253.14
HexCC43700432D141543935
Octal314103160010355245247165
Binary11001100100001111100000100001110110110100101010100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4370; }

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

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

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

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

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

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

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

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