#CC4170

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

Shades of Cabaret #CC4170

Tints of Cabaret #CC4170

Color information

#CC4170 (or 0xCC4170) is unknown color: approx Cabaret. HEX triplet: CC, 41 and 70. RGB value is (204,65,112). Sum of RGB (Red+Green+Blue) = 204+65+112=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4170 is #33BE8F. Grayscale: #6F6F6F. Windows color (decimal): -3391120 or 7356876. OLE color: 7356876.

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

Color convert

RGB20465112-
CMYK00.680.450.2
HSL339.71º57.68%52.75%-
HSV(B)339.71º68.14%80%-
XYZ29.7217.7917.2-
YUV111.92128.05193.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.54%
GREEN value IS 65 (25.78% from 255) = 17.06%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=53.54%
G=17.06%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046511200.680.450.2339.7157.6852.75
HexCC41700442D141543a35
Octal314101160010455245247265
Binary11001100100000111100000100010010110110100101010100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4170; }

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

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

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

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

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

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

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

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