Shades of Mandy #C85661
Tints of Mandy #C85661
RGB
CMYK
RGB Variations
Color information
#C85661 (or 0xC85661) is known color: Mandy. HEX triplet: C8, 56 and 61. RGB value is (200,86,97). Sum of RGB (Red+Green+Blue) = 200+86+97=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C85661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85661 is #37A99E. Grayscale: #797979. Windows color (decimal): -3647903 or 6379208. OLE color: 6379208.
HSL color Cylindrical-coordinate representation of color #C85661: hue angle of 354.21º 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 #C85661 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 97 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.22 |
| HSL | 354.21º | 0.51% | 0.56% | - |
| HSV(B) | 354.21º | 0.57% | 0.78% | - |
| XYZ | 29.3 | 19.8 | 13.59 | - |
| YUV | 121.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 97 | 0 | 0.57 | 0.52 | 0.22 | 354.21 | 0.51 | 0.56 |
| Hex | C8 | 56 | 61 | 0 | 39 | 34 | 16 | 162 | 33 | 38 |
| Octal | 310 | 126 | 141 | 0 | 71 | 64 | 26 | 542 | 63 | 70 |
| Binary | 11001000 | 1010110 | 1100001 | 0 | 111001 | 110100 | 10110 | 101100010 | 110011 | 111000 |
Color Harmonies of #C85661
Complementary color
Monochromatic Colors of #C85661
Black with #C85661
Text Example
Text Example
White with #C85661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85661; }
p { color: rgb(200,86,97); }
H1.HeaderClassName
{
color: #C85661;
}
.AnyTagClassName
{
color: #C85661;
}
</style>
background-color css
<style>
a { background-color: #C85661; }
a { background-color: rgb(200,86,97); }
div.DivClassName
{
background-color: #C85661;
}
.BgClassName
{
background-color: #C85661;
}
</style>
border-color css
<style>
span { border-color: #C85661; }
span { border-color: rgb(200,86,97); }
td.TdClassName
{
border-color: #C85661;
}
.TagClassName
{
border-color: #C85661;
}
</style>