#C85457

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

Shades of Mandy #C85457

Tints of Mandy #C85457

Color information

#C85457 (or 0xC85457) is unknown color: approx Mandy. HEX triplet: C8, 54 and 57. RGB value is (200,84,87). Sum of RGB (Red+Green+Blue) = 200+84+87=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C85457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85457 is #37ABA8. Grayscale: #777777. Windows color (decimal): -3648425 or 5723336. OLE color: 5723336.

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

Color convert

RGB2008487-
CMYK00.580.560.22
HSL358.45º51.33%55.69%-
HSV(B)358.45º58%78.43%-
XYZ28.7119.3111.23-
YUV119.03109.93185.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.91%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 87 (34.38% from 255) = 23.45%
R=53.91%
G=22.64%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200848700.580.560.22358.4551.3355.69
HexC8545703A38161663338
Octal31012412707270265466370
Binary1100100010101001010111011101011100010110101100110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85457; }

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

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

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

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

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

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

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

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