Shades of Mandy #C8505E
Tints of Mandy #C8505E
RGB
CMYK
RGB Variations
Color information
#C8505E (or 0xC8505E) is known color: Mandy. HEX triplet: C8, 50 and 5E. RGB value is (200,80,94). Sum of RGB (Red+Green+Blue) = 200+80+94=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8505E is #37AFA1. Grayscale: #757575. Windows color (decimal): -3649442 or 6181064. OLE color: 6181064.
HSL color Cylindrical-coordinate representation of color #C8505E: hue angle of 353º 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 #C8505E is Cyan = 0, Magento = 0.6, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 94 | - |
| CMYK | 0 | 0.6 | 0.53 | 0.22 |
| HSL | 353º | 0.52% | 0.55% | - |
| HSV(B) | 353º | 0.6% | 0.78% | - |
| XYZ | 28.71 | 18.82 | 12.71 | - |
| YUV | 117.48 | 114.76 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 94 | 0 | 0.6 | 0.53 | 0.22 | 353 | 0.52 | 0.55 |
| Hex | C8 | 50 | 5E | 0 | 3C | 35 | 16 | 161 | 34 | 37 |
| Octal | 310 | 120 | 136 | 0 | 74 | 65 | 26 | 541 | 64 | 67 |
| Binary | 11001000 | 1010000 | 1011110 | 0 | 111100 | 110101 | 10110 | 101100001 | 110100 | 110111 |
Color Harmonies of #C8505E
Complementary color
Monochromatic Colors of #C8505E
Black with #C8505E
Text Example
Text Example
White with #C8505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8505E; }
p { color: rgb(200,80,94); }
H1.HeaderClassName
{
color: #C8505E;
}
.AnyTagClassName
{
color: #C8505E;
}
</style>
background-color css
<style>
a { background-color: #C8505E; }
a { background-color: rgb(200,80,94); }
div.DivClassName
{
background-color: #C8505E;
}
.BgClassName
{
background-color: #C8505E;
}
</style>
border-color css
<style>
span { border-color: #C8505E; }
span { border-color: rgb(200,80,94); }
td.TdClassName
{
border-color: #C8505E;
}
.TagClassName
{
border-color: #C8505E;
}
</style>