Shades of Mandy #C8505B
Tints of Mandy #C8505B
RGB
CMYK
RGB Variations
Color information
#C8505B (or 0xC8505B) is known color: Mandy. HEX triplet: C8, 50 and 5B. RGB value is (200,80,91). Sum of RGB (Red+Green+Blue) = 200+80+91=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C8505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8505B is #37AFA4. Grayscale: #757575. Windows color (decimal): -3649445 or 5984456. OLE color: 5984456.
HSL color Cylindrical-coordinate representation of color #C8505B: hue angle of 354.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 #C8505B is Cyan = 0, Magento = 0.6, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 91 | - |
| CMYK | 0 | 0.6 | 0.54 | 0.22 |
| HSL | 354.5º | 0.52% | 0.55% | - |
| HSV(B) | 354.5º | 0.6% | 0.78% | - |
| XYZ | 28.58 | 18.77 | 12.01 | - |
| YUV | 117.13 | 113.26 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 91 | 0 | 0.6 | 0.54 | 0.22 | 354.5 | 0.52 | 0.55 |
| Hex | C8 | 50 | 5B | 0 | 3C | 36 | 16 | 162 | 34 | 37 |
| Octal | 310 | 120 | 133 | 0 | 74 | 66 | 26 | 542 | 64 | 67 |
| Binary | 11001000 | 1010000 | 1011011 | 0 | 111100 | 110110 | 10110 | 101100010 | 110100 | 110111 |
Color Harmonies of #C8505B
Complementary color
Monochromatic Colors of #C8505B
Black with #C8505B
Text Example
Text Example
White with #C8505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8505B; }
p { color: rgb(200,80,91); }
H1.HeaderClassName
{
color: #C8505B;
}
.AnyTagClassName
{
color: #C8505B;
}
</style>
background-color css
<style>
a { background-color: #C8505B; }
a { background-color: rgb(200,80,91); }
div.DivClassName
{
background-color: #C8505B;
}
.BgClassName
{
background-color: #C8505B;
}
</style>
border-color css
<style>
span { border-color: #C8505B; }
span { border-color: rgb(200,80,91); }
td.TdClassName
{
border-color: #C8505B;
}
.TagClassName
{
border-color: #C8505B;
}
</style>