Html Css Color HEX #CC5576 Cabaret

📋 copy color: '#CC5576'

red 204 ◦ green 85 ◦ blue 118

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

Shades of Cabaret #CC5576

Tints of Cabaret #CC5576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.88%

 BLUE value IS 118 (46.48% from 255) = 28.99%

R = 50.12%
G = 20.88%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC5576 (or 0xCC5576) is known color: Cabaret. HEX triplet: CC, 55 and 76. RGB value is (204,85,118). Sum of RGB (Red+Green+Blue) = 204+85+118=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5576 is #33AA89. Grayscale: #7C7C7C. Windows color (decimal): -3385994 or 7755212. OLE color: 7755212.

HSL color Cylindrical-coordinate representation of color #CC5576: hue angle of 343.36º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5576 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 85 118 -
CMYK 0 0.58 0.42 0.2
HSL 343.36º 0.54% 0.57% -
HSV(B) 343.36º 0.58% 0.8% -
XYZ 31.42 20.64 19.47 -
YUV 124.34 124.42 184.82 -
System Red Green Blue C M Y K H S L
Decimal 204 85 118 0 0.58 0.42 0.2 343.36 0.54 0.57
Hex CC 55 76 0 3A 2A 14 157 36 39
Octal 314 125 166 0 72 52 24 527 66 71
Binary 11001100 1010101 1110110 0 111010 101010 10100 101010111 110110 111001

Color Harmonies of #CC5576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5576

Black with #CC5576

Text Example


Text Example

White with #CC5576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5576; }

 p { color: rgb(204,85,118); }

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

background-color css

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

 a { background-color: rgb(204,85,118); }

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

border-color css

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

 span { border-color: rgb(204,85,118); }

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