Shades of Mandy #C7474B
Tints of Mandy #C7474B
RGB
CMYK
RGB Variations
Color information
#C7474B (or 0xC7474B) is known color: Mandy. HEX triplet: C7, 47 and 4B. RGB value is (199,71,75). Sum of RGB (Red+Green+Blue) = 199+71+75=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7474B is #38B8B4. Grayscale: #6D6D6D. Windows color (decimal): -3717301 or 4933575. OLE color: 4933575.
HSL color Cylindrical-coordinate representation of color #C7474B: hue angle of 358.12º degrees, saturation: 0.53, 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 #C7474B is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 75 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.22 |
| HSL | 358.13º | 0.53% | 0.53% | - |
| HSV(B) | 358.13º | 0.64% | 0.78% | - |
| XYZ | 27.08 | 17.16 | 8.54 | - |
| YUV | 109.73 | 108.41 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 75 | 0 | 0.64 | 0.62 | 0.22 | 358.13 | 0.53 | 0.53 |
| Hex | C7 | 47 | 4B | 0 | 40 | 3E | 16 | 166 | 35 | 35 |
| Octal | 307 | 107 | 113 | 0 | 100 | 76 | 26 | 546 | 65 | 65 |
| Binary | 11000111 | 1000111 | 1001011 | 0 | 1000000 | 111110 | 10110 | 101100110 | 110101 | 110101 |
Color Harmonies of #C7474B
Complementary color
Monochromatic Colors of #C7474B
Black with #C7474B
Text Example
Text Example
White with #C7474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7474B; }
p { color: rgb(199,71,75); }
H1.HeaderClassName
{
color: #C7474B;
}
.AnyTagClassName
{
color: #C7474B;
}
</style>
background-color css
<style>
a { background-color: #C7474B; }
a { background-color: rgb(199,71,75); }
div.DivClassName
{
background-color: #C7474B;
}
.BgClassName
{
background-color: #C7474B;
}
</style>
border-color css
<style>
span { border-color: #C7474B; }
span { border-color: rgb(199,71,75); }
td.TdClassName
{
border-color: #C7474B;
}
.TagClassName
{
border-color: #C7474B;
}
</style>