Html Css Color HEX #CC5572 Cabaret

📋 copy color: '#CC5572'

red 204 ◦ green 85 ◦ blue 114

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

Shades of Cabaret #CC5572

Tints of Cabaret #CC5572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.29%

R = 50.62%
G = 21.09%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC5572 (or 0xCC5572) is known color: Cabaret. HEX triplet: CC, 55 and 72. RGB value is (204,85,114). Sum of RGB (Red+Green+Blue) = 204+85+114=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5572 is #33AA8D. Grayscale: #7B7B7B. Windows color (decimal): -3385998 or 7493068. OLE color: 7493068.

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

Color convert

RGB 204 85 114 -
CMYK 0 0.58 0.44 0.2
HSL 345.38º 0.54% 0.57% -
HSV(B) 345.38º 0.58% 0.8% -
XYZ 31.19 20.55 18.24 -
YUV 123.89 122.42 185.14 -
System Red Green Blue C M Y K H S L
Decimal 204 85 114 0 0.58 0.44 0.2 345.38 0.54 0.57
Hex CC 55 72 0 3A 2C 14 159 36 39
Octal 314 125 162 0 72 54 24 531 66 71
Binary 11001100 1010101 1110010 0 111010 101100 10100 101011001 110110 111001

Color Harmonies of #CC5572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5572

Black with #CC5572

Text Example


Text Example

White with #CC5572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5572; }

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

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

background-color css

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

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

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

border-color css

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

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

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