#CC596D

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

Shades of Cabaret #CC596D

Tints of Cabaret #CC596D

Color information

#CC596D (or 0xCC596D) is unknown color: approx Cabaret. HEX triplet: CC, 59 and 6D. RGB value is (204,89,109). Sum of RGB (Red+Green+Blue) = 204+89+109=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC596D is #33A692. Grayscale: #7D7D7D. Windows color (decimal): -3384979 or 7166412. OLE color: 7166412.

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

Color convert

RGB20489109-
CMYK00.560.470.2
HSL349.57º53%57.45%-
HSV(B)349.57º56.37%80%-
XYZ31.2321.0916.89-
YUV125.66118.6183.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.75%
GREEN value IS 89 (35.16% from 255) = 22.14%
BLUE value IS 109 (42.97% from 255) = 27.11%
R=50.75%
G=22.14%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048910900.560.470.2349.575357.45
HexCC596D0382F1415e3539
Octal31413115507057245366571
Binary1100110010110011101101011100010111110100101011110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC596D; }

 p { color: rgb(204,89,109); }

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

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

 a { background-color: rgb(204,89,109); }

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

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

 span { border-color: rgb(204,89,109); }

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