Html Css Color HEX #CC596E Cabaret

📋 copy color: '#CC596E'

red 204 ◦ green 89 ◦ blue 110

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

Shades of Cabaret #CC596E

Tints of Cabaret #CC596E

RGB

 RED value IS 204 (80.08% from 255) = 50.62%

 GREEN value IS 89 (35.16% from 255) = 22.08%

 BLUE value IS 110 (43.36% from 255) = 27.3%

R = 50.62%
G = 22.08%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC596E (or 0xCC596E) is known color: Cabaret. HEX triplet: CC, 59 and 6E. RGB value is (204,89,110). Sum of RGB (Red+Green+Blue) = 204+89+110=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC596E is #33A691. Grayscale: #7D7D7D. Windows color (decimal): -3384978 or 7231948. OLE color: 7231948.

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

Color convert

RGB 204 89 110 -
CMYK 0 0.56 0.46 0.2
HSL 349.04º 0.53% 0.57% -
HSV(B) 349.04º 0.56% 0.8% -
XYZ 31.29 21.11 17.18 -
YUV 125.78 119.1 183.79 -
System Red Green Blue C M Y K H S L
Decimal 204 89 110 0 0.56 0.46 0.2 349.04 0.53 0.57
Hex CC 59 6E 0 38 2E 14 15D 35 39
Octal 314 131 156 0 70 56 24 535 65 71
Binary 11001100 1011001 1101110 0 111000 101110 10100 101011101 110101 111001

Color Harmonies of #CC596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC596E

Black with #CC596E

Text Example


Text Example

White with #CC596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC596E; }

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

 H1.HeaderClassName
 {
   color: #CC596E;
 }
 .AnyTagClassName
 {
   color: #CC596E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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