Shades of Mandy #C8525D
Tints of Mandy #C8525D
RGB
CMYK
RGB Variations
Color information
#C8525D (or 0xC8525D) is known color: Mandy. HEX triplet: C8, 52 and 5D. RGB value is (200,82,93). Sum of RGB (Red+Green+Blue) = 200+82+93=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8525D is #37ADA2. Grayscale: #767676. Windows color (decimal): -3648931 or 6116040. OLE color: 6116040.
HSL color Cylindrical-coordinate representation of color #C8525D: hue angle of 354.41º 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 #C8525D is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 93 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.22 |
| HSL | 354.41º | 0.52% | 0.55% | - |
| HSV(B) | 354.41º | 0.59% | 0.78% | - |
| XYZ | 28.81 | 19.1 | 12.52 | - |
| YUV | 118.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 93 | 0 | 0.59 | 0.54 | 0.22 | 354.41 | 0.52 | 0.55 |
| Hex | C8 | 52 | 5D | 0 | 3B | 36 | 16 | 162 | 34 | 37 |
| Octal | 310 | 122 | 135 | 0 | 73 | 66 | 26 | 542 | 64 | 67 |
| Binary | 11001000 | 1010010 | 1011101 | 0 | 111011 | 110110 | 10110 | 101100010 | 110100 | 110111 |
Color Harmonies of #C8525D
Complementary color
Monochromatic Colors of #C8525D
Black with #C8525D
Text Example
Text Example
White with #C8525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8525D; }
p { color: rgb(200,82,93); }
H1.HeaderClassName
{
color: #C8525D;
}
.AnyTagClassName
{
color: #C8525D;
}
</style>
background-color css
<style>
a { background-color: #C8525D; }
a { background-color: rgb(200,82,93); }
div.DivClassName
{
background-color: #C8525D;
}
.BgClassName
{
background-color: #C8525D;
}
</style>
border-color css
<style>
span { border-color: #C8525D; }
span { border-color: rgb(200,82,93); }
td.TdClassName
{
border-color: #C8525D;
}
.TagClassName
{
border-color: #C8525D;
}
</style>