#CC5064

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

Shades of Cabaret #CC5064

Tints of Cabaret #CC5064

Color information

#CC5064 (or 0xCC5064) is unknown color: approx Cabaret. HEX triplet: CC, 50 and 64. RGB value is (204,80,100). Sum of RGB (Red+Green+Blue) = 204+80+100=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5064 is #33AF9B. Grayscale: #777777. Windows color (decimal): -3387292 or 6574284. OLE color: 6574284.

HSL color Cylindrical-coordinate representation of color #CC5064: hue angle of 350.32º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5064 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB20480100-
CMYK00.610.510.2
HSL350.32º54.87%55.69%-
HSV(B)350.32º60.78%80%-
XYZ30.0719.4914.23-
YUV119.36117.08188.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.12%
GREEN value IS 80 (31.64% from 255) = 20.83%
BLUE value IS 100 (39.45% from 255) = 26.04%
R=53.12%
G=20.83%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048010000.610.510.2350.3254.8755.69
HexCC506403D331415e3738
Octal31412014407563245366770
Binary1100110010100001100100011110111001110100101011110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5064; }

 p { color: rgb(204,80,100); }

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

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

 a { background-color: rgb(204,80,100); }

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

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

 span { border-color: rgb(204,80,100); }

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