Html Css Color HEX #CC5477 Cabaret

📋 copy color: '#CC5477'

red 204 ◦ green 84 ◦ blue 119

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

Shades of Cabaret #CC5477

Tints of Cabaret #CC5477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.64%

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

R = 50.12%
G = 20.64%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC5477 (or 0xCC5477) is known color: Cabaret. HEX triplet: CC, 54 and 77. RGB value is (204,84,119). Sum of RGB (Red+Green+Blue) = 204+84+119=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5477 is #33AB88. Grayscale: #7B7B7B. Windows color (decimal): -3386249 or 7820492. OLE color: 7820492.

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

Color convert

RGB 204 84 119 -
CMYK 0 0.59 0.42 0.2
HSL 342.5º 0.54% 0.56% -
HSV(B) 342.5º 0.59% 0.8% -
XYZ 31.4 20.51 19.76 -
YUV 123.87 125.26 185.15 -
System Red Green Blue C M Y K H S L
Decimal 204 84 119 0 0.59 0.42 0.2 342.5 0.54 0.56
Hex CC 54 77 0 3B 2A 14 156 36 38
Octal 314 124 167 0 73 52 24 526 66 70
Binary 11001100 1010100 1110111 0 111011 101010 10100 101010110 110110 111000

Color Harmonies of #CC5477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5477

Black with #CC5477

Text Example


Text Example

White with #CC5477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5477; }

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

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

background-color css

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

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

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

border-color css

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

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

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