Html Css Color HEX #C85557 Mandy

📋 copy color: '#C85557'

red 200 ◦ green 85 ◦ blue 87

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

Shades of Mandy #C85557

Tints of Mandy #C85557

RGB

 RED value IS 200 (78.52% from 255) = 53.76%

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

 BLUE value IS 87 (34.38% from 255) = 23.39%

R = 53.76%
G = 22.85%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C85557 (or 0xC85557) is known color: Mandy. HEX triplet: C8, 55 and 57. RGB value is (200,85,87). Sum of RGB (Red+Green+Blue) = 200+85+87=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C85557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85557 is #37AAA8. Grayscale: #777777. Windows color (decimal): -3648169 or 5723592. OLE color: 5723592.

HSL color Cylindrical-coordinate representation of color #C85557: hue angle of 358.96º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85557 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 85 87 -
CMYK 0 0.58 0.56 0.22
HSL 358.96º 0.51% 0.56% -
HSV(B) 358.96º 0.58% 0.78% -
XYZ 28.79 19.46 11.26 -
YUV 119.61 109.6 185.34 -
System Red Green Blue C M Y K H S L
Decimal 200 85 87 0 0.58 0.56 0.22 358.96 0.51 0.56
Hex C8 55 57 0 3A 38 16 167 33 38
Octal 310 125 127 0 72 70 26 547 63 70
Binary 11001000 1010101 1010111 0 111010 111000 10110 101100111 110011 111000

Color Harmonies of #C85557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85557

Black with #C85557

Text Example


Text Example

White with #C85557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85557; }

 p { color: rgb(200,85,87); }

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

background-color css

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

 a { background-color: rgb(200,85,87); }

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

border-color css

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

 span { border-color: rgb(200,85,87); }

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