Shades of Mandy #C7484B
Tints of Mandy #C7484B
RGB
CMYK
RGB Variations
Color information
#C7484B (or 0xC7484B) is known color: Mandy. HEX triplet: C7, 48 and 4B. RGB value is (199,72,75). Sum of RGB (Red+Green+Blue) = 199+72+75=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7484B is #38B7B4. Grayscale: #6E6E6E. Windows color (decimal): -3717045 or 4933831. OLE color: 4933831.
HSL color Cylindrical-coordinate representation of color #C7484B: hue angle of 358.58º 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 #C7484B is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 75 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.22 |
| HSL | 358.58º | 0.53% | 0.53% | - |
| HSV(B) | 358.58º | 0.64% | 0.78% | - |
| XYZ | 27.14 | 17.28 | 8.56 | - |
| YUV | 110.32 | 108.08 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 75 | 0 | 0.64 | 0.62 | 0.22 | 358.58 | 0.53 | 0.53 |
| Hex | C7 | 48 | 4B | 0 | 40 | 3E | 16 | 167 | 35 | 35 |
| Octal | 307 | 110 | 113 | 0 | 100 | 76 | 26 | 547 | 65 | 65 |
| Binary | 11000111 | 1001000 | 1001011 | 0 | 1000000 | 111110 | 10110 | 101100111 | 110101 | 110101 |
Color Harmonies of #C7484B
Complementary color
Monochromatic Colors of #C7484B
Black with #C7484B
Text Example
Text Example
White with #C7484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7484B; }
p { color: rgb(199,72,75); }
H1.HeaderClassName
{
color: #C7484B;
}
.AnyTagClassName
{
color: #C7484B;
}
</style>
background-color css
<style>
a { background-color: #C7484B; }
a { background-color: rgb(199,72,75); }
div.DivClassName
{
background-color: #C7484B;
}
.BgClassName
{
background-color: #C7484B;
}
</style>
border-color css
<style>
span { border-color: #C7484B; }
span { border-color: rgb(199,72,75); }
td.TdClassName
{
border-color: #C7484B;
}
.TagClassName
{
border-color: #C7484B;
}
</style>