Shades of Mandy #C85F65
Tints of Mandy #C85F65
RGB
CMYK
RGB Variations
Color information
#C85F65 (or 0xC85F65) is known color: Mandy. HEX triplet: C8, 5F and 65. RGB value is (200,95,101). Sum of RGB (Red+Green+Blue) = 200+95+101=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85F65 is #37A09A. Grayscale: #7F7F7F. Windows color (decimal): -3645595 or 6643656. OLE color: 6643656.
HSL color Cylindrical-coordinate representation of color #C85F65: hue angle of 356.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C85F65 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 101 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.22 |
| HSL | 356.57º | 0.49% | 0.58% | - |
| HSV(B) | 356.57º | 0.53% | 0.78% | - |
| XYZ | 30.26 | 21.4 | 14.85 | - |
| YUV | 127.08 | 113.29 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 101 | 0 | 0.52 | 0.49 | 0.22 | 356.57 | 0.49 | 0.58 |
| Hex | C8 | 5F | 65 | 0 | 34 | 31 | 16 | 165 | 31 | 3A |
| Octal | 310 | 137 | 145 | 0 | 64 | 61 | 26 | 545 | 61 | 72 |
| Binary | 11001000 | 1011111 | 1100101 | 0 | 110100 | 110001 | 10110 | 101100101 | 110001 | 111010 |
Color Harmonies of #C85F65
Complementary color
Monochromatic Colors of #C85F65
Black with #C85F65
Text Example
Text Example
White with #C85F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F65; }
p { color: rgb(200,95,101); }
H1.HeaderClassName
{
color: #C85F65;
}
.AnyTagClassName
{
color: #C85F65;
}
</style>
background-color css
<style>
a { background-color: #C85F65; }
a { background-color: rgb(200,95,101); }
div.DivClassName
{
background-color: #C85F65;
}
.BgClassName
{
background-color: #C85F65;
}
</style>
border-color css
<style>
span { border-color: #C85F65; }
span { border-color: rgb(200,95,101); }
td.TdClassName
{
border-color: #C85F65;
}
.TagClassName
{
border-color: #C85F65;
}
</style>