Html Css Color HEX #CC5579 Cabaret

📋 copy color: '#CC5579'

red 204 ◦ green 85 ◦ blue 121

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

Shades of Cabaret #CC5579

Tints of Cabaret #CC5579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.51%

R = 49.76%
G = 20.73%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC5579 (or 0xCC5579) is known color: Cabaret. HEX triplet: CC, 55 and 79. RGB value is (204,85,121). Sum of RGB (Red+Green+Blue) = 204+85+121=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5579 is #33AA86. Grayscale: #7C7C7C. Windows color (decimal): -3385991 or 7951820. OLE color: 7951820.

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

Color convert

RGB 204 85 121 -
CMYK 0 0.58 0.41 0.2
HSL 341.85º 0.54% 0.57% -
HSV(B) 341.85º 0.58% 0.8% -
XYZ 31.6 20.71 20.42 -
YUV 124.69 125.92 184.57 -
System Red Green Blue C M Y K H S L
Decimal 204 85 121 0 0.58 0.41 0.2 341.85 0.54 0.57
Hex CC 55 79 0 3A 29 14 156 36 39
Octal 314 125 171 0 72 51 24 526 66 71
Binary 11001100 1010101 1111001 0 111010 101001 10100 101010110 110110 111001

Color Harmonies of #CC5579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5579

Black with #CC5579

Text Example


Text Example

White with #CC5579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5579; }

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

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

background-color css

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

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

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

border-color css

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

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

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