Html Css Color HEX #CC5872 Cabaret

📋 copy color: '#CC5872'

red 204 ◦ green 88 ◦ blue 114

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

Shades of Cabaret #CC5872

Tints of Cabaret #CC5872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.67%

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

R = 50.25%
G = 21.67%
B = 28.08%

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

#CC5872 (or 0xCC5872) is known color: Cabaret. HEX triplet: CC, 58 and 72. RGB value is (204,88,114). Sum of RGB (Red+Green+Blue) = 204+88+114=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5872 is #33A78D. Grayscale: #7D7D7D. Windows color (decimal): -3385230 or 7493836. OLE color: 7493836.

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

Color convert

RGB 204 88 114 -
CMYK 0 0.57 0.44 0.2
HSL 346.55º 0.53% 0.57% -
HSV(B) 346.55º 0.57% 0.8% -
XYZ 31.43 21.03 18.32 -
YUV 125.65 121.43 183.89 -
System Red Green Blue C M Y K H S L
Decimal 204 88 114 0 0.57 0.44 0.2 346.55 0.53 0.57
Hex CC 58 72 0 39 2C 14 15B 35 39
Octal 314 130 162 0 71 54 24 533 65 71
Binary 11001100 1011000 1110010 0 111001 101100 10100 101011011 110101 111001

Color Harmonies of #CC5872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5872

Black with #CC5872

Text Example


Text Example

White with #CC5872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5872; }

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

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

background-color css

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

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

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

border-color css

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

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

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