#C85761

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

Shades of Mandy #C85761

Tints of Mandy #C85761

Color information

#C85761 (or 0xC85761) is unknown color: approx Mandy. HEX triplet: C8, 57 and 61. RGB value is (200,87,97). Sum of RGB (Red+Green+Blue) = 200+87+97=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C85761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85761 is #37A89E. Grayscale: #7A7A7A. Windows color (decimal): -3647647 or 6379464. OLE color: 6379464.

HSL color Cylindrical-coordinate representation of color #C85761: hue angle of 354.69º degrees, saturation: 0.51, 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 #C85761 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB2008797-
CMYK00.560.520.22
HSL354.69º50.67%56.27%-
HSV(B)354.69º56.5%78.43%-
XYZ29.3919.9613.61-
YUV121.93113.94183.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.08%
GREEN value IS 87 (34.38% from 255) = 22.66%
BLUE value IS 97 (38.28% from 255) = 25.26%
R=52.08%
G=22.66%
B=25.26%

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
Decimal200879700.560.520.22354.6950.6756.27
HexC8576103834161633338
Octal31012714107064265436370
Binary1100100010101111100001011100011010010110101100011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85761; }

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

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

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

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

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

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

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

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