Html Css Color HEX #CC5971 Cabaret

📋 copy color: '#CC5971'

red 204 ◦ green 89 ◦ blue 113

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

Shades of Cabaret #CC5971

Tints of Cabaret #CC5971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.83%

R = 50.25%
G = 21.92%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC5971 (or 0xCC5971) is known color: Cabaret. HEX triplet: CC, 59 and 71. RGB value is (204,89,113). Sum of RGB (Red+Green+Blue) = 204+89+113=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5971 is #33A68E. Grayscale: #7E7E7E. Windows color (decimal): -3384975 or 7428556. OLE color: 7428556.

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

Color convert

RGB 204 89 113 -
CMYK 0 0.56 0.45 0.2
HSL 347.48º 0.53% 0.57% -
HSV(B) 347.48º 0.56% 0.8% -
XYZ 31.45 21.17 18.05 -
YUV 126.12 120.6 183.55 -
System Red Green Blue C M Y K H S L
Decimal 204 89 113 0 0.56 0.45 0.2 347.48 0.53 0.57
Hex CC 59 71 0 38 2D 14 15B 35 39
Octal 314 131 161 0 70 55 24 533 65 71
Binary 11001100 1011001 1110001 0 111000 101101 10100 101011011 110101 111001

Color Harmonies of #CC5971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5971

Black with #CC5971

Text Example


Text Example

White with #CC5971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5971; }

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

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

background-color css

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

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

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

border-color css

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

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

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