Html Css Color HEX #CC5759 Mandy

📋 copy color: '#CC5759'

red 204 ◦ green 87 ◦ blue 89

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

Shades of Mandy #CC5759

Tints of Mandy #CC5759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.89%

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

R = 53.68%
G = 22.89%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC5759 (or 0xCC5759) is known color: Mandy. HEX triplet: CC, 57 and 59. RGB value is (204,87,89). Sum of RGB (Red+Green+Blue) = 204+87+89=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5759 is #33A8A6. Grayscale: #7A7A7A. Windows color (decimal): -3385511 or 5855180. OLE color: 5855180.

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

Color convert

RGB 204 87 89 -
CMYK 0 0.57 0.56 0.2
HSL 358.97º 0.53% 0.57% -
HSV(B) 358.97º 0.57% 0.8% -
XYZ 30.11 20.38 11.8 -
YUV 122.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 204 87 89 0 0.57 0.56 0.2 358.97 0.53 0.57
Hex CC 57 59 0 39 38 14 167 35 39
Octal 314 127 131 0 71 70 24 547 65 71
Binary 11001100 1010111 1011001 0 111001 111000 10100 101100111 110101 111001

Color Harmonies of #CC5759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5759

Black with #CC5759

Text Example


Text Example

White with #CC5759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5759; }

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

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

background-color css

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

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

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

border-color css

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

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

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