Shades of Mandy #C85152
Tints of Mandy #C85152
RGB
CMYK
RGB Variations
Color information
#C85152 (or 0xC85152) is known color: Mandy. HEX triplet: C8, 51 and 52. RGB value is (200,81,82). Sum of RGB (Red+Green+Blue) = 200+81+82=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C85152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85152 is #37AEAD. Grayscale: #747474. Windows color (decimal): -3649198 or 5394888. OLE color: 5394888.
HSL color Cylindrical-coordinate representation of color #C85152: hue angle of 359.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85152 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 82 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.22 |
| HSL | 359.5º | 0.52% | 0.55% | - |
| HSV(B) | 359.5º | 0.6% | 0.78% | - |
| XYZ | 28.28 | 18.77 | 10.12 | - |
| YUV | 116.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 82 | 0 | 0.59 | 0.59 | 0.22 | 359.5 | 0.52 | 0.55 |
| Hex | C8 | 51 | 52 | 0 | 3B | 3B | 16 | 167 | 34 | 37 |
| Octal | 310 | 121 | 122 | 0 | 73 | 73 | 26 | 547 | 64 | 67 |
| Binary | 11001000 | 1010001 | 1010010 | 0 | 111011 | 111011 | 10110 | 101100111 | 110100 | 110111 |
Color Harmonies of #C85152
Complementary color
Monochromatic Colors of #C85152
Black with #C85152
Text Example
Text Example
White with #C85152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85152; }
p { color: rgb(200,81,82); }
H1.HeaderClassName
{
color: #C85152;
}
.AnyTagClassName
{
color: #C85152;
}
</style>
background-color css
<style>
a { background-color: #C85152; }
a { background-color: rgb(200,81,82); }
div.DivClassName
{
background-color: #C85152;
}
.BgClassName
{
background-color: #C85152;
}
</style>
border-color css
<style>
span { border-color: #C85152; }
span { border-color: rgb(200,81,82); }
td.TdClassName
{
border-color: #C85152;
}
.TagClassName
{
border-color: #C85152;
}
</style>