Html Css Color HEX #CC5978 Cabaret

📋 copy color: '#CC5978'

red 204 ◦ green 89 ◦ blue 120

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

Shades of Cabaret #CC5978

Tints of Cabaret #CC5978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.06%

R = 49.39%
G = 21.55%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC5978 (or 0xCC5978) is known color: Cabaret. HEX triplet: CC, 59 and 78. RGB value is (204,89,120). Sum of RGB (Red+Green+Blue) = 204+89+120=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5978 is #33A687. Grayscale: #7E7E7E. Windows color (decimal): -3384968 or 7887308. OLE color: 7887308.

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

Color convert

RGB 204 89 120 -
CMYK 0 0.56 0.41 0.2
HSL 343.83º 0.53% 0.57% -
HSV(B) 343.83º 0.56% 0.8% -
XYZ 31.86 21.34 20.21 -
YUV 126.92 124.1 182.98 -
System Red Green Blue C M Y K H S L
Decimal 204 89 120 0 0.56 0.41 0.2 343.83 0.53 0.57
Hex CC 59 78 0 38 29 14 158 35 39
Octal 314 131 170 0 70 51 24 530 65 71
Binary 11001100 1011001 1111000 0 111000 101001 10100 101011000 110101 111001

Color Harmonies of #CC5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5978

Black with #CC5978

Text Example


Text Example

White with #CC5978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5978; }

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

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

background-color css

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

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

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

border-color css

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

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

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