Shades of Mandy #C8515A
Tints of Mandy #C8515A
RGB
CMYK
RGB Variations
Color information
#C8515A (or 0xC8515A) is known color: Mandy. HEX triplet: C8, 51 and 5A. RGB value is (200,81,90). Sum of RGB (Red+Green+Blue) = 200+81+90=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C8515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8515A is #37AEA5. Grayscale: #757575. Windows color (decimal): -3649190 or 5919176. OLE color: 5919176.
HSL color Cylindrical-coordinate representation of color #C8515A: hue angle of 355.46º 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 #C8515A is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 90 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.22 |
| HSL | 355.46º | 0.52% | 0.55% | - |
| HSV(B) | 355.46º | 0.6% | 0.78% | - |
| XYZ | 28.61 | 18.9 | 11.81 | - |
| YUV | 117.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 90 | 0 | 0.59 | 0.55 | 0.22 | 355.46 | 0.52 | 0.55 |
| Hex | C8 | 51 | 5A | 0 | 3B | 37 | 16 | 163 | 34 | 37 |
| Octal | 310 | 121 | 132 | 0 | 73 | 67 | 26 | 543 | 64 | 67 |
| Binary | 11001000 | 1010001 | 1011010 | 0 | 111011 | 110111 | 10110 | 101100011 | 110100 | 110111 |
Color Harmonies of #C8515A
Complementary color
Monochromatic Colors of #C8515A
Black with #C8515A
Text Example
Text Example
White with #C8515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8515A; }
p { color: rgb(200,81,90); }
H1.HeaderClassName
{
color: #C8515A;
}
.AnyTagClassName
{
color: #C8515A;
}
</style>
background-color css
<style>
a { background-color: #C8515A; }
a { background-color: rgb(200,81,90); }
div.DivClassName
{
background-color: #C8515A;
}
.BgClassName
{
background-color: #C8515A;
}
</style>
border-color css
<style>
span { border-color: #C8515A; }
span { border-color: rgb(200,81,90); }
td.TdClassName
{
border-color: #C8515A;
}
.TagClassName
{
border-color: #C8515A;
}
</style>