#CC4864

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

Shades of Cabaret #CC4864

Tints of Cabaret #CC4864

Color information

#CC4864 (or 0xCC4864) is unknown color: approx Cabaret. HEX triplet: CC, 48 and 64. RGB value is (204,72,100). Sum of RGB (Red+Green+Blue) = 204+72+100=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4864 is #33B79B. Grayscale: #727272. Windows color (decimal): -3389340 or 6572236. OLE color: 6572236.

HSL color Cylindrical-coordinate representation of color #CC4864: hue angle of 347.27º degrees, saturation: 0.56, 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 #CC4864 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB20472100-
CMYK00.650.510.2
HSL347.27º56.41%54.12%-
HSV(B)347.27º64.71%80%-
XYZ29.5218.3914.05-
YUV114.66119.73191.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.26%
GREEN value IS 72 (28.52% from 255) = 19.15%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=54.26%
G=19.15%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047210000.650.510.2347.2756.4154.12
HexCC4864041331415b3836
Octal314110144010163245337066
Binary11001100100100011001000100000111001110100101011011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4864; }

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

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

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

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

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

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

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

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