#C85860

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

Shades of Mandy #C85860

Tints of Mandy #C85860

Color information

#C85860 (or 0xC85860) is unknown color: approx Mandy. HEX triplet: C8, 58 and 60. RGB value is (200,88,96). Sum of RGB (Red+Green+Blue) = 200+88+96=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C85860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85860 is #37A79F. Grayscale: #7A7A7A. Windows color (decimal): -3647392 or 6314184. OLE color: 6314184.

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

Color convert

RGB2008896-
CMYK00.560.520.22
HSL355.71º50.45%56.47%-
HSV(B)355.71º56%78.43%-
XYZ29.4220.113.4-
YUV122.4113.11183.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.08%
GREEN value IS 88 (34.77% from 255) = 22.92%
BLUE value IS 96 (37.89% from 255) = 25%
R=52.08%
G=22.92%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200889600.560.520.22355.7150.4556.47
HexC8586003834161643238
Octal31013014007064265446270
Binary1100100010110001100000011100011010010110101100100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85860; }

 p { color: rgb(200,88,96); }

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

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

 a { background-color: rgb(200,88,96); }

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

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

 span { border-color: rgb(200,88,96); }

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