Shades of Mandy #C8535B
Tints of Mandy #C8535B
RGB
CMYK
RGB Variations
Color information
#C8535B (or 0xC8535B) is known color: Mandy. HEX triplet: C8, 53 and 5B. RGB value is (200,83,91). Sum of RGB (Red+Green+Blue) = 200+83+91=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8535B is #37ACA4. Grayscale: #767676. Windows color (decimal): -3648677 or 5985224. OLE color: 5985224.
HSL color Cylindrical-coordinate representation of color #C8535B: hue angle of 355.9º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8535B is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 91 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.22 |
| HSL | 355.9º | 0.52% | 0.55% | - |
| HSV(B) | 355.9º | 0.59% | 0.78% | - |
| XYZ | 28.8 | 19.22 | 12.09 | - |
| YUV | 118.9 | 112.26 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 91 | 0 | 0.58 | 0.54 | 0.22 | 355.9 | 0.52 | 0.55 |
| Hex | C8 | 53 | 5B | 0 | 3A | 36 | 16 | 164 | 34 | 37 |
| Octal | 310 | 123 | 133 | 0 | 72 | 66 | 26 | 544 | 64 | 67 |
| Binary | 11001000 | 1010011 | 1011011 | 0 | 111010 | 110110 | 10110 | 101100100 | 110100 | 110111 |
Color Harmonies of #C8535B
Complementary color
Monochromatic Colors of #C8535B
Black with #C8535B
Text Example
Text Example
White with #C8535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8535B; }
p { color: rgb(200,83,91); }
H1.HeaderClassName
{
color: #C8535B;
}
.AnyTagClassName
{
color: #C8535B;
}
</style>
background-color css
<style>
a { background-color: #C8535B; }
a { background-color: rgb(200,83,91); }
div.DivClassName
{
background-color: #C8535B;
}
.BgClassName
{
background-color: #C8535B;
}
</style>
border-color css
<style>
span { border-color: #C8535B; }
span { border-color: rgb(200,83,91); }
td.TdClassName
{
border-color: #C8535B;
}
.TagClassName
{
border-color: #C8535B;
}
</style>