Html Css Color HEX #CC596D Cabaret

📋 copy color: '#CC596D'

red 204 ◦ green 89 ◦ blue 109

#CC596D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #CC596D

Tints of Cabaret #CC596D

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 value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC596D (or 0xCC596D) is known color: 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

RGB 204 89 109 -
CMYK 0 0.56 0.47 0.2
HSL 349.57º 0.53% 0.57% -
HSV(B) 349.57º 0.56% 0.8% -
XYZ 31.23 21.09 16.89 -
YUV 125.67 118.6 183.87 -
System Red Green Blue C M Y K H S L
Decimal 204 89 109 0 0.56 0.47 0.2 349.57 0.53 0.57
Hex CC 59 6D 0 38 2F 14 15E 35 39
Octal 314 131 155 0 70 57 24 536 65 71
Binary 11001100 1011001 1101101 0 111000 101111 10100 101011110 110101 111001

Color Harmonies of #CC596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC596D

Black with #CC596D

Text Example


Text Example

White with #CC596D

Text Example


Text Example

HTML Codes & Css Web 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>