Html Css Color HEX #CC5A79 Cabaret

📋 copy color: '#CC5A79'

red 204 ◦ green 90 ◦ blue 121

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

Shades of Cabaret #CC5A79

Tints of Cabaret #CC5A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.69%

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

R = 49.16%
G = 21.69%
B = 29.16%

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

#CC5A79 (or 0xCC5A79) is known color: Cabaret. HEX triplet: CC, 5A and 79. RGB value is (204,90,121). Sum of RGB (Red+Green+Blue) = 204+90+121=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A79 is #33A586. Grayscale: #7F7F7F. Windows color (decimal): -3384711 or 7953100. OLE color: 7953100.

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

Color convert

RGB 204 90 121 -
CMYK 0 0.56 0.41 0.2
HSL 343.68º 0.53% 0.58% -
HSV(B) 343.68º 0.56% 0.8% -
XYZ 32.01 21.53 20.56 -
YUV 127.62 124.27 182.48 -
System Red Green Blue C M Y K H S L
Decimal 204 90 121 0 0.56 0.41 0.2 343.68 0.53 0.58
Hex CC 5A 79 0 38 29 14 158 35 3A
Octal 314 132 171 0 70 51 24 530 65 72
Binary 11001100 1011010 1111001 0 111000 101001 10100 101011000 110101 111010

Color Harmonies of #CC5A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A79

Black with #CC5A79

Text Example


Text Example

White with #CC5A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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