Html Css Color HEX #CC596A Cabaret

📋 copy color: '#CC596A'

red 204 ◦ green 89 ◦ blue 106

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

Shades of Cabaret #CC596A

Tints of Cabaret #CC596A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.57%

R = 51.13%
G = 22.31%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC596A (or 0xCC596A) is known color: Cabaret. HEX triplet: CC, 59 and 6A. RGB value is (204,89,106). Sum of RGB (Red+Green+Blue) = 204+89+106=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC596A is #33A695. Grayscale: #7D7D7D. Windows color (decimal): -3384982 or 6969804. OLE color: 6969804.

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

Color convert

RGB 204 89 106 -
CMYK 0 0.56 0.48 0.2
HSL 351.13º 0.53% 0.57% -
HSV(B) 351.13º 0.56% 0.8% -
XYZ 31.08 21.02 16.06 -
YUV 125.32 117.1 184.12 -
System Red Green Blue C M Y K H S L
Decimal 204 89 106 0 0.56 0.48 0.2 351.13 0.53 0.57
Hex CC 59 6A 0 38 30 14 15F 35 39
Octal 314 131 152 0 70 60 24 537 65 71
Binary 11001100 1011001 1101010 0 111000 110000 10100 101011111 110101 111001

Color Harmonies of #CC596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC596A

Black with #CC596A

Text Example


Text Example

White with #CC596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC596A; }

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

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

background-color css

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

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

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

border-color css

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

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

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