#C85960

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

Shades of Mandy #C85960

Tints of Mandy #C85960

Color information

#C85960 (or 0xC85960) is unknown color: approx Mandy. HEX triplet: C8, 59 and 60. RGB value is (200,89,96). Sum of RGB (Red+Green+Blue) = 200+89+96=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C85960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85960 is #37A69F. Grayscale: #7B7B7B. Windows color (decimal): -3647136 or 6314440. OLE color: 6314440.

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

Color convert

RGB2008996-
CMYK00.560.520.22
HSL356.22º50.23%56.67%-
HSV(B)356.22º55.5%78.43%-
XYZ29.520.2713.42-
YUV122.99112.77182.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.95%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=51.95%
G=23.12%
B=24.94%

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
Decimal200899600.560.520.22356.2250.2356.67
HexC8596003834161643239
Octal31013114007064265446271
Binary1100100010110011100000011100011010010110101100100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85960; }

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

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

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

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

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

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

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

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