Shades of Mandy #C85659
Tints of Mandy #C85659
RGB
CMYK
RGB Variations
Color information
#C85659 (or 0xC85659) is known color: Mandy. HEX triplet: C8, 56 and 59. RGB value is (200,86,89). Sum of RGB (Red+Green+Blue) = 200+86+89=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C85659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85659 is #37A9A6. Grayscale: #787878. Windows color (decimal): -3647911 or 5854920. OLE color: 5854920.
HSL color Cylindrical-coordinate representation of color #C85659: hue angle of 358.42º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85659 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 86 | 89 | - |
CMYK | 0 | 0.57 | 0.56 | 0.22 |
HSL | 358.42º | 0.51% | 0.56% | - |
HSV(B) | 358.42º | 0.57% | 0.78% | - |
XYZ | 28.95 | 19.66 | 11.72 | - |
YUV | 120.43 | 110.27 | 184.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 86 | 89 | 0 | 0.57 | 0.56 | 0.22 | 358.42 | 0.51 | 0.56 |
Hex | C8 | 56 | 59 | 0 | 39 | 38 | 16 | 166 | 33 | 38 |
Octal | 310 | 126 | 131 | 0 | 71 | 70 | 26 | 546 | 63 | 70 |
Binary | 11001000 | 1010110 | 1011001 | 0 | 111001 | 111000 | 10110 | 101100110 | 110011 | 111000 |
Color Harmonies of #C85659
Complementary color
Monochromatic Colors of #C85659
Black with #C85659
Text Example
Text Example
White with #C85659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85659; }
p { color: rgb(200,86,89); }
H1.HeaderClassName
{
color: #C85659;
}
.AnyTagClassName
{
color: #C85659;
}
</style>
background-color css
<style>
a { background-color: #C85659; }
a { background-color: rgb(200,86,89); }
div.DivClassName
{
background-color: #C85659;
}
.BgClassName
{
background-color: #C85659;
}
</style>
border-color css
<style>
span { border-color: #C85659; }
span { border-color: rgb(200,86,89); }
td.TdClassName
{
border-color: #C85659;
}
.TagClassName
{
border-color: #C85659;
}
</style>