Html Css Color HEX #CC596C Cabaret

📋 copy color: '#CC596C'

red 204 ◦ green 89 ◦ blue 108

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

Shades of Cabaret #CC596C

Tints of Cabaret #CC596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 50.87%
G = 22.19%
B = 26.93%

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

#CC596C (or 0xCC596C) is known color: Cabaret. HEX triplet: CC, 59 and 6C. RGB value is (204,89,108). Sum of RGB (Red+Green+Blue) = 204+89+108=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC596C is #33A693. Grayscale: #7D7D7D. Windows color (decimal): -3384980 or 7100876. OLE color: 7100876.

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

Color convert

RGB 204 89 108 -
CMYK 0 0.56 0.47 0.2
HSL 350.09º 0.53% 0.57% -
HSV(B) 350.09º 0.56% 0.8% -
XYZ 31.18 21.06 16.61 -
YUV 125.55 118.1 183.96 -
System Red Green Blue C M Y K H S L
Decimal 204 89 108 0 0.56 0.47 0.2 350.09 0.53 0.57
Hex CC 59 6C 0 38 2F 14 15E 35 39
Octal 314 131 154 0 70 57 24 536 65 71
Binary 11001100 1011001 1101100 0 111000 101111 10100 101011110 110101 111001

Color Harmonies of #CC596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC596C

Black with #CC596C

Text Example


Text Example

White with #CC596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC596C; }

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

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

background-color css

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

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

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

border-color css

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

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

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