Shades of Mandy #C8484A
Tints of Mandy #C8484A
RGB
CMYK
RGB Variations
Color information
#C8484A (or 0xC8484A) is known color: Mandy. HEX triplet: C8, 48 and 4A. RGB value is (200,72,74). Sum of RGB (Red+Green+Blue) = 200+72+74=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8484A is #37B7B5. Grayscale: #6E6E6E. Windows color (decimal): -3651510 or 4868296. OLE color: 4868296.
HSL color Cylindrical-coordinate representation of color #C8484A: hue angle of 359.06º 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 #C8484A is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 74 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.22 |
| HSL | 359.06º | 0.54% | 0.53% | - |
| HSV(B) | 359.06º | 0.64% | 0.78% | - |
| XYZ | 27.37 | 17.41 | 8.4 | - |
| YUV | 110.5 | 107.41 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 74 | 0 | 0.64 | 0.63 | 0.22 | 359.06 | 0.54 | 0.53 |
| Hex | C8 | 48 | 4A | 0 | 40 | 3F | 16 | 167 | 36 | 35 |
| Octal | 310 | 110 | 112 | 0 | 100 | 77 | 26 | 547 | 66 | 65 |
| Binary | 11001000 | 1001000 | 1001010 | 0 | 1000000 | 111111 | 10110 | 101100111 | 110110 | 110101 |
Color Harmonies of #C8484A
Complementary color
Monochromatic Colors of #C8484A
Black with #C8484A
Text Example
Text Example
White with #C8484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8484A; }
p { color: rgb(200,72,74); }
H1.HeaderClassName
{
color: #C8484A;
}
.AnyTagClassName
{
color: #C8484A;
}
</style>
background-color css
<style>
a { background-color: #C8484A; }
a { background-color: rgb(200,72,74); }
div.DivClassName
{
background-color: #C8484A;
}
.BgClassName
{
background-color: #C8484A;
}
</style>
border-color css
<style>
span { border-color: #C8484A; }
span { border-color: rgb(200,72,74); }
td.TdClassName
{
border-color: #C8484A;
}
.TagClassName
{
border-color: #C8484A;
}
</style>