Shades of Mandy #C85D64
Tints of Mandy #C85D64
RGB
CMYK
RGB Variations
Color information
#C85D64 (or 0xC85D64) is known color: Mandy. HEX triplet: C8, 5D and 64. RGB value is (200,93,100). Sum of RGB (Red+Green+Blue) = 200+93+100=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85D64 is #37A29B. Grayscale: #7D7D7D. Windows color (decimal): -3646108 or 6577608. OLE color: 6577608.
HSL color Cylindrical-coordinate representation of color #C85D64: hue angle of 356.07º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85D64 is Cyan = 0, Magento = 0.54, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 100 | - |
| CMYK | 0 | 0.54 | 0.5 | 0.22 |
| HSL | 356.07º | 0.49% | 0.57% | - |
| HSV(B) | 356.07º | 0.54% | 0.78% | - |
| XYZ | 30.03 | 21.03 | 14.53 | - |
| YUV | 125.79 | 113.45 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 100 | 0 | 0.54 | 0.5 | 0.22 | 356.07 | 0.49 | 0.57 |
| Hex | C8 | 5D | 64 | 0 | 36 | 32 | 16 | 164 | 31 | 39 |
| Octal | 310 | 135 | 144 | 0 | 66 | 62 | 26 | 544 | 61 | 71 |
| Binary | 11001000 | 1011101 | 1100100 | 0 | 110110 | 110010 | 10110 | 101100100 | 110001 | 111001 |
Color Harmonies of #C85D64
Complementary color
Monochromatic Colors of #C85D64
Black with #C85D64
Text Example
Text Example
White with #C85D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D64; }
p { color: rgb(200,93,100); }
H1.HeaderClassName
{
color: #C85D64;
}
.AnyTagClassName
{
color: #C85D64;
}
</style>
background-color css
<style>
a { background-color: #C85D64; }
a { background-color: rgb(200,93,100); }
div.DivClassName
{
background-color: #C85D64;
}
.BgClassName
{
background-color: #C85D64;
}
</style>
border-color css
<style>
span { border-color: #C85D64; }
span { border-color: rgb(200,93,100); }
td.TdClassName
{
border-color: #C85D64;
}
.TagClassName
{
border-color: #C85D64;
}
</style>