Html Css Color HEX #CC5877 Cabaret

📋 copy color: '#CC5877'

red 204 ◦ green 88 ◦ blue 119

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

Shades of Cabaret #CC5877

Tints of Cabaret #CC5877

RGB

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

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

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

R = 49.64%
G = 21.41%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC5877 (or 0xCC5877) is known color: Cabaret. HEX triplet: CC, 58 and 77. RGB value is (204,88,119). Sum of RGB (Red+Green+Blue) = 204+88+119=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5877 is #33A788. Grayscale: #7E7E7E. Windows color (decimal): -3385225 or 7821516. OLE color: 7821516.

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

Color convert

RGB 204 88 119 -
CMYK 0 0.57 0.42 0.2
HSL 343.97º 0.53% 0.57% -
HSV(B) 343.97º 0.57% 0.8% -
XYZ 31.72 21.15 19.86 -
YUV 126.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 204 88 119 0 0.57 0.42 0.2 343.97 0.53 0.57
Hex CC 58 77 0 39 2A 14 158 35 39
Octal 314 130 167 0 71 52 24 530 65 71
Binary 11001100 1011000 1110111 0 111001 101010 10100 101011000 110101 111001

Color Harmonies of #CC5877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5877

Black with #CC5877

Text Example


Text Example

White with #CC5877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5877; }

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

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

background-color css

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

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

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

border-color css

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

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

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