Shades of Mandy #C8505D
Tints of Mandy #C8505D
RGB
CMYK
RGB Variations
Color information
#C8505D (or 0xC8505D) is known color: Mandy. HEX triplet: C8, 50 and 5D. RGB value is (200,80,93). Sum of RGB (Red+Green+Blue) = 200+80+93=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8505D is #37AFA2. Grayscale: #757575. Windows color (decimal): -3649443 or 6115528. OLE color: 6115528.
HSL color Cylindrical-coordinate representation of color #C8505D: hue angle of 353.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 #C8505D is Cyan = 0, Magento = 0.6, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 93 | - |
| CMYK | 0 | 0.6 | 0.54 | 0.22 |
| HSL | 353.5º | 0.52% | 0.55% | - |
| HSV(B) | 353.5º | 0.6% | 0.78% | - |
| XYZ | 28.66 | 18.81 | 12.48 | - |
| YUV | 117.36 | 114.26 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 93 | 0 | 0.6 | 0.54 | 0.22 | 353.5 | 0.52 | 0.55 |
| Hex | C8 | 50 | 5D | 0 | 3C | 36 | 16 | 162 | 34 | 37 |
| Octal | 310 | 120 | 135 | 0 | 74 | 66 | 26 | 542 | 64 | 67 |
| Binary | 11001000 | 1010000 | 1011101 | 0 | 111100 | 110110 | 10110 | 101100010 | 110100 | 110111 |
Color Harmonies of #C8505D
Complementary color
Monochromatic Colors of #C8505D
Black with #C8505D
Text Example
Text Example
White with #C8505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8505D; }
p { color: rgb(200,80,93); }
H1.HeaderClassName
{
color: #C8505D;
}
.AnyTagClassName
{
color: #C8505D;
}
</style>
background-color css
<style>
a { background-color: #C8505D; }
a { background-color: rgb(200,80,93); }
div.DivClassName
{
background-color: #C8505D;
}
.BgClassName
{
background-color: #C8505D;
}
</style>
border-color css
<style>
span { border-color: #C8505D; }
span { border-color: rgb(200,80,93); }
td.TdClassName
{
border-color: #C8505D;
}
.TagClassName
{
border-color: #C8505D;
}
</style>