Shades of Mandy #C85B5F
Tints of Mandy #C85B5F
RGB
CMYK
RGB Variations
Color information
#C85B5F (or 0xC85B5F) is known color: Mandy. HEX triplet: C8, 5B and 5F. RGB value is (200,91,95). Sum of RGB (Red+Green+Blue) = 200+91+95=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B5F is #37A4A0. Grayscale: #7C7C7C. Windows color (decimal): -3646625 or 6249416. OLE color: 6249416.
HSL color Cylindrical-coordinate representation of color #C85B5F: hue angle of 357.8º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85B5F is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 91 | 95 | - |
CMYK | 0 | 0.54 | 0.52 | 0.22 |
HSL | 357.8º | 0.5% | 0.57% | - |
HSV(B) | 357.8º | 0.55% | 0.78% | - |
XYZ | 29.63 | 20.59 | 13.24 | - |
YUV | 124.05 | 111.61 | 182.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 91 | 95 | 0 | 0.54 | 0.52 | 0.22 | 357.8 | 0.5 | 0.57 |
Hex | C8 | 5B | 5F | 0 | 36 | 34 | 16 | 166 | 32 | 39 |
Octal | 310 | 133 | 137 | 0 | 66 | 64 | 26 | 546 | 62 | 71 |
Binary | 11001000 | 1011011 | 1011111 | 0 | 110110 | 110100 | 10110 | 101100110 | 110010 | 111001 |
Color Harmonies of #C85B5F
Complementary color
Monochromatic Colors of #C85B5F
Black with #C85B5F
Text Example
Text Example
White with #C85B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B5F; }
p { color: rgb(200,91,95); }
H1.HeaderClassName
{
color: #C85B5F;
}
.AnyTagClassName
{
color: #C85B5F;
}
</style>
background-color css
<style>
a { background-color: #C85B5F; }
a { background-color: rgb(200,91,95); }
div.DivClassName
{
background-color: #C85B5F;
}
.BgClassName
{
background-color: #C85B5F;
}
</style>
border-color css
<style>
span { border-color: #C85B5F; }
span { border-color: rgb(200,91,95); }
td.TdClassName
{
border-color: #C85B5F;
}
.TagClassName
{
border-color: #C85B5F;
}
</style>