#C85D5E

Color #C85D5E Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #C85D5E

Tints of Mandy #C85D5E

Color information

#C85D5E (or 0xC85D5E) is unknown color: approx Mandy. HEX triplet: C8, 5D and 5E. RGB value is (200,93,94). Sum of RGB (Red+Green+Blue) = 200+93+94=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85D5E is #37A2A1. Grayscale: #7D7D7D. Windows color (decimal): -3646114 or 6184392. OLE color: 6184392.

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

Color convert

RGB2009394-
CMYK00.540.530.22
HSL359.44º49.31%57.45%-
HSV(B)359.44º53.5%78.43%-
XYZ29.7520.9213.06-
YUV125.11110.45181.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.68%
GREEN value IS 93 (36.72% from 255) = 24.03%
BLUE value IS 94 (37.11% from 255) = 24.29%
R=51.68%
G=24.03%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200939400.540.530.22359.4449.3157.45
HexC85D5E03635161673139
Octal31013513606665265476171
Binary1100100010111011011110011011011010110110101100111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85D5E; }

 p { color: rgb(200,93,94); }

 H1.HeaderClassName
 {
   color: #C85D5E;
 }
 .AnyTagClassName
 {
   color: #C85D5E;
 }
</style>
background-color css

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

 a { background-color: rgb(200,93,94); }

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

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

 span { border-color: rgb(200,93,94); }

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