#C85A5E

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

Shades of Mandy #C85A5E

Tints of Mandy #C85A5E

Color information

#C85A5E (or 0xC85A5E) is unknown color: approx Mandy. HEX triplet: C8, 5A and 5E. RGB value is (200,90,94). Sum of RGB (Red+Green+Blue) = 200+90+94=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A5E is #37A5A1. Grayscale: #7B7B7B. Windows color (decimal): -3646882 or 6183624. OLE color: 6183624.

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

Color convert

RGB2009094-
CMYK00.550.530.22
HSL357.82º50%56.86%-
HSV(B)357.82º55%78.43%-
XYZ29.520.412.97-
YUV123.35111.44182.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.08%
GREEN value IS 90 (35.55% from 255) = 23.44%
BLUE value IS 94 (37.11% from 255) = 24.48%
R=52.08%
G=23.44%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200909400.550.530.22357.825056.86
HexC85A5E03735161663239
Octal31013213606765265466271
Binary1100100010110101011110011011111010110110101100110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85A5E; }

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

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

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

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

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

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

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

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