Html Css Color HEX #CC5B77 Cabaret

📋 copy color: '#CC5B77'

red 204 ◦ green 91 ◦ blue 119

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

Shades of Cabaret #CC5B77

Tints of Cabaret #CC5B77

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.98%

 BLUE value IS 119 (46.88% from 255) = 28.74%

R = 49.28%
G = 21.98%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC5B77 (or 0xCC5B77) is known color: Cabaret. HEX triplet: CC, 5B and 77. RGB value is (204,91,119). Sum of RGB (Red+Green+Blue) = 204+91+119=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5B77 is #33A488. Grayscale: #7F7F7F. Windows color (decimal): -3384457 or 7822284. OLE color: 7822284.

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

Color convert

RGB 204 91 119 -
CMYK 0 0.55 0.42 0.2
HSL 345.13º 0.53% 0.58% -
HSV(B) 345.13º 0.55% 0.8% -
XYZ 31.97 21.65 19.95 -
YUV 127.98 122.94 182.22 -
System Red Green Blue C M Y K H S L
Decimal 204 91 119 0 0.55 0.42 0.2 345.13 0.53 0.58
Hex CC 5B 77 0 37 2A 14 159 35 3A
Octal 314 133 167 0 67 52 24 531 65 72
Binary 11001100 1011011 1110111 0 110111 101010 10100 101011001 110101 111010

Color Harmonies of #CC5B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5B77

Black with #CC5B77

Text Example


Text Example

White with #CC5B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5B77; }

 p { color: rgb(204,91,119); }

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

background-color css

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

 a { background-color: rgb(204,91,119); }

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

border-color css

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

 span { border-color: rgb(204,91,119); }

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