Shades of Mandy #C8474B
Tints of Mandy #C8474B
RGB
CMYK
RGB Variations
Color information
#C8474B (or 0xC8474B) is known color: Mandy. HEX triplet: C8, 47 and 4B. RGB value is (200,71,75). Sum of RGB (Red+Green+Blue) = 200+71+75=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8474B is #37B8B4. Grayscale: #6E6E6E. Windows color (decimal): -3651765 or 4933576. OLE color: 4933576.
HSL color Cylindrical-coordinate representation of color #C8474B: hue angle of 358.14º 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 #C8474B is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 75 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.22 |
| HSL | 358.14º | 0.54% | 0.53% | - |
| HSV(B) | 358.14º | 0.65% | 0.78% | - |
| XYZ | 27.34 | 17.29 | 8.55 | - |
| YUV | 110.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 75 | 0 | 0.64 | 0.62 | 0.22 | 358.14 | 0.54 | 0.53 |
| Hex | C8 | 47 | 4B | 0 | 40 | 3E | 16 | 166 | 36 | 35 |
| Octal | 310 | 107 | 113 | 0 | 100 | 76 | 26 | 546 | 66 | 65 |
| Binary | 11001000 | 1000111 | 1001011 | 0 | 1000000 | 111110 | 10110 | 101100110 | 110110 | 110101 |
Color Harmonies of #C8474B
Complementary color
Monochromatic Colors of #C8474B
Black with #C8474B
Text Example
Text Example
White with #C8474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8474B; }
p { color: rgb(200,71,75); }
H1.HeaderClassName
{
color: #C8474B;
}
.AnyTagClassName
{
color: #C8474B;
}
</style>
background-color css
<style>
a { background-color: #C8474B; }
a { background-color: rgb(200,71,75); }
div.DivClassName
{
background-color: #C8474B;
}
.BgClassName
{
background-color: #C8474B;
}
</style>
border-color css
<style>
span { border-color: #C8474B; }
span { border-color: rgb(200,71,75); }
td.TdClassName
{
border-color: #C8474B;
}
.TagClassName
{
border-color: #C8474B;
}
</style>