Html Css Color HEX #CC5772 Cabaret

📋 copy color: '#CC5772'

red 204 ◦ green 87 ◦ blue 114

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

Shades of Cabaret #CC5772

Tints of Cabaret #CC5772

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.48%

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

R = 50.37%
G = 21.48%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC5772 (or 0xCC5772) is known color: Cabaret. HEX triplet: CC, 57 and 72. RGB value is (204,87,114). Sum of RGB (Red+Green+Blue) = 204+87+114=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5772 is #33A88D. Grayscale: #7D7D7D. Windows color (decimal): -3385486 or 7493580. OLE color: 7493580.

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

Color convert

RGB 204 87 114 -
CMYK 0 0.57 0.44 0.2
HSL 346.15º 0.53% 0.57% -
HSV(B) 346.15º 0.57% 0.8% -
XYZ 31.35 20.87 18.3 -
YUV 125.06 121.76 184.3 -
System Red Green Blue C M Y K H S L
Decimal 204 87 114 0 0.57 0.44 0.2 346.15 0.53 0.57
Hex CC 57 72 0 39 2C 14 15A 35 39
Octal 314 127 162 0 71 54 24 532 65 71
Binary 11001100 1010111 1110010 0 111001 101100 10100 101011010 110101 111001

Color Harmonies of #CC5772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5772

Black with #CC5772

Text Example


Text Example

White with #CC5772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5772; }

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

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

background-color css

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

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

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

border-color css

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

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

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