#C85964

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

Shades of Mandy #C85964

Tints of Mandy #C85964

Color information

#C85964 (or 0xC85964) is unknown color: approx Mandy. HEX triplet: C8, 59 and 64. RGB value is (200,89,100). Sum of RGB (Red+Green+Blue) = 200+89+100=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C85964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85964 is #37A69B. Grayscale: #7B7B7B. Windows color (decimal): -3647132 or 6576584. OLE color: 6576584.

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

Color convert

RGB20089100-
CMYK00.560.50.22
HSL354.05º50.23%56.67%-
HSV(B)354.05º55.5%78.43%-
XYZ29.6920.3414.42-
YUV123.44114.77182.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.41%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 100 (39.45% from 255) = 25.71%
R=51.41%
G=22.88%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008910000.560.50.22354.0550.2356.67
HexC8596403832161623239
Octal31013114407062265426271
Binary1100100010110011100100011100011001010110101100010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85964; }

 p { color: rgb(200,89,100); }

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

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

 a { background-color: rgb(200,89,100); }

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

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

 span { border-color: rgb(200,89,100); }

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