Html Css Color HEX #CC5559 Mandy

📋 copy color: '#CC5559'

red 204 ◦ green 85 ◦ blue 89

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

Shades of Mandy #CC5559

Tints of Mandy #CC5559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.54%

R = 53.97%
G = 22.49%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC5559 (or 0xCC5559) is known color: Mandy. HEX triplet: CC, 55 and 59. RGB value is (204,85,89). Sum of RGB (Red+Green+Blue) = 204+85+89=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5559 is #33AAA6. Grayscale: #797979. Windows color (decimal): -3386023 or 5854668. OLE color: 5854668.

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

Color convert

RGB 204 85 89 -
CMYK 0 0.58 0.56 0.2
HSL 357.98º 0.54% 0.57% -
HSV(B) 357.98º 0.58% 0.8% -
XYZ 29.95 20.06 11.74 -
YUV 121.04 109.92 187.17 -
System Red Green Blue C M Y K H S L
Decimal 204 85 89 0 0.58 0.56 0.2 357.98 0.54 0.57
Hex CC 55 59 0 3A 38 14 166 36 39
Octal 314 125 131 0 72 70 24 546 66 71
Binary 11001100 1010101 1011001 0 111010 111000 10100 101100110 110110 111001

Color Harmonies of #CC5559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5559

Black with #CC5559

Text Example


Text Example

White with #CC5559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5559; }

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

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

background-color css

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

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

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

border-color css

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

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

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