Shades of Mandy #C8475A
Tints of Mandy #C8475A
RGB
CMYK
RGB Variations
Color information
#C8475A (or 0xC8475A) is known color: Mandy. HEX triplet: C8, 47 and 5A. RGB value is (200,71,90). Sum of RGB (Red+Green+Blue) = 200+71+90=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8475A is #37B8A5. Grayscale: #6F6F6F. Windows color (decimal): -3651750 or 5916616. OLE color: 5916616.
HSL color Cylindrical-coordinate representation of color #C8475A: hue angle of 351.16º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8475A is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 90 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.22 |
| HSL | 351.16º | 0.54% | 0.53% | - |
| HSV(B) | 351.16º | 0.65% | 0.78% | - |
| XYZ | 27.92 | 17.52 | 11.58 | - |
| YUV | 111.74 | 115.74 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 90 | 0 | 0.64 | 0.55 | 0.22 | 351.16 | 0.54 | 0.53 |
| Hex | C8 | 47 | 5A | 0 | 40 | 37 | 16 | 15F | 36 | 35 |
| Octal | 310 | 107 | 132 | 0 | 100 | 67 | 26 | 537 | 66 | 65 |
| Binary | 11001000 | 1000111 | 1011010 | 0 | 1000000 | 110111 | 10110 | 101011111 | 110110 | 110101 |
Color Harmonies of #C8475A
Complementary color
Monochromatic Colors of #C8475A
Black with #C8475A
Text Example
Text Example
White with #C8475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8475A; }
p { color: rgb(200,71,90); }
H1.HeaderClassName
{
color: #C8475A;
}
.AnyTagClassName
{
color: #C8475A;
}
</style>
background-color css
<style>
a { background-color: #C8475A; }
a { background-color: rgb(200,71,90); }
div.DivClassName
{
background-color: #C8475A;
}
.BgClassName
{
background-color: #C8475A;
}
</style>
border-color css
<style>
span { border-color: #C8475A; }
span { border-color: rgb(200,71,90); }
td.TdClassName
{
border-color: #C8475A;
}
.TagClassName
{
border-color: #C8475A;
}
</style>