#CC4060

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

Shades of Cabaret #CC4060

Tints of Cabaret #CC4060

Color information

#CC4060 (or 0xCC4060) is unknown color: approx Cabaret. HEX triplet: CC, 40 and 60. RGB value is (204,64,96). Sum of RGB (Red+Green+Blue) = 204+64+96=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4060 is #33BF9F. Grayscale: #6D6D6D. Windows color (decimal): -3391392 or 6308044. OLE color: 6308044.

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

Color convert

RGB2046496-
CMYK00.690.530.2
HSL346.29º57.85%52.55%-
HSV(B)346.29º68.63%80%-
XYZ28.8517.3512.89-
YUV109.51120.38195.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.04%
GREEN value IS 64 (25.39% from 255) = 17.58%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=56.04%
G=17.58%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204649600.690.530.2346.2957.8552.55
HexCC4060045351415a3a35
Octal314100140010565245327265
Binary11001100100000011000000100010111010110100101011010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4060; }

 p { color: rgb(204,64,96); }

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

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

 a { background-color: rgb(204,64,96); }

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

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

 span { border-color: rgb(204,64,96); }

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