Html Css Color HEX #CC596B Cabaret

📋 copy color: '#CC596B'

red 204 ◦ green 89 ◦ blue 107

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

Shades of Cabaret #CC596B

Tints of Cabaret #CC596B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.75%

R = 51%
G = 22.25%
B = 26.75%

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

#CC596B (or 0xCC596B) is known color: Cabaret. HEX triplet: CC, 59 and 6B. RGB value is (204,89,107). Sum of RGB (Red+Green+Blue) = 204+89+107=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC596B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC596B is #33A694. Grayscale: #7D7D7D. Windows color (decimal): -3384981 or 7035340. OLE color: 7035340.

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

Color convert

RGB 204 89 107 -
CMYK 0 0.56 0.48 0.2
HSL 350.61º 0.53% 0.57% -
HSV(B) 350.61º 0.56% 0.8% -
XYZ 31.13 21.04 16.33 -
YUV 125.44 117.6 184.04 -
System Red Green Blue C M Y K H S L
Decimal 204 89 107 0 0.56 0.48 0.2 350.61 0.53 0.57
Hex CC 59 6B 0 38 30 14 15F 35 39
Octal 314 131 153 0 70 60 24 537 65 71
Binary 11001100 1011001 1101011 0 111000 110000 10100 101011111 110101 111001

Color Harmonies of #CC596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC596B

Black with #CC596B

Text Example


Text Example

White with #CC596B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC596B; }

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

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

background-color css

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

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

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

border-color css

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

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

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