Shades of Mandy #C85A64
Tints of Mandy #C85A64
RGB
CMYK
RGB Variations
Color information
#C85A64 (or 0xC85A64) is known color: Mandy. HEX triplet: C8, 5A and 64. RGB value is (200,90,100). Sum of RGB (Red+Green+Blue) = 200+90+100=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A64 is #37A59B. Grayscale: #7C7C7C. Windows color (decimal): -3646876 or 6576840. OLE color: 6576840.
HSL color Cylindrical-coordinate representation of color #C85A64: hue angle of 354.55º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85A64 is Cyan = 0, Magento = 0.55, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 100 | - |
| CMYK | 0 | 0.55 | 0.5 | 0.22 |
| HSL | 354.55º | 0.5% | 0.57% | - |
| HSV(B) | 354.55º | 0.55% | 0.78% | - |
| XYZ | 29.78 | 20.51 | 14.45 | - |
| YUV | 124.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 100 | 0 | 0.55 | 0.5 | 0.22 | 354.55 | 0.5 | 0.57 |
| Hex | C8 | 5A | 64 | 0 | 37 | 32 | 16 | 163 | 32 | 39 |
| Octal | 310 | 132 | 144 | 0 | 67 | 62 | 26 | 543 | 62 | 71 |
| Binary | 11001000 | 1011010 | 1100100 | 0 | 110111 | 110010 | 10110 | 101100011 | 110010 | 111001 |
Color Harmonies of #C85A64
Complementary color
Monochromatic Colors of #C85A64
Black with #C85A64
Text Example
Text Example
White with #C85A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A64; }
p { color: rgb(200,90,100); }
H1.HeaderClassName
{
color: #C85A64;
}
.AnyTagClassName
{
color: #C85A64;
}
</style>
background-color css
<style>
a { background-color: #C85A64; }
a { background-color: rgb(200,90,100); }
div.DivClassName
{
background-color: #C85A64;
}
.BgClassName
{
background-color: #C85A64;
}
</style>
border-color css
<style>
span { border-color: #C85A64; }
span { border-color: rgb(200,90,100); }
td.TdClassName
{
border-color: #C85A64;
}
.TagClassName
{
border-color: #C85A64;
}
</style>