Shades of Mandy #C8494B
Tints of Mandy #C8494B
RGB
CMYK
RGB Variations
Color information
#C8494B (or 0xC8494B) is known color: Mandy. HEX triplet: C8, 49 and 4B. RGB value is (200,73,75). Sum of RGB (Red+Green+Blue) = 200+73+75=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C8494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8494B is #37B6B4. Grayscale: #6F6F6F. Windows color (decimal): -3651253 or 4934088. OLE color: 4934088.
HSL color Cylindrical-coordinate representation of color #C8494B: hue angle of 359.06º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8494B is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 75 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.22 |
| HSL | 359.06º | 0.54% | 0.54% | - |
| HSV(B) | 359.06º | 0.64% | 0.78% | - |
| XYZ | 27.47 | 17.55 | 8.6 | - |
| YUV | 111.2 | 107.58 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 75 | 0 | 0.64 | 0.62 | 0.22 | 359.06 | 0.54 | 0.54 |
| Hex | C8 | 49 | 4B | 0 | 40 | 3E | 16 | 167 | 36 | 36 |
| Octal | 310 | 111 | 113 | 0 | 100 | 76 | 26 | 547 | 66 | 66 |
| Binary | 11001000 | 1001001 | 1001011 | 0 | 1000000 | 111110 | 10110 | 101100111 | 110110 | 110110 |
Color Harmonies of #C8494B
Complementary color
Monochromatic Colors of #C8494B
Black with #C8494B
Text Example
Text Example
White with #C8494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8494B; }
p { color: rgb(200,73,75); }
H1.HeaderClassName
{
color: #C8494B;
}
.AnyTagClassName
{
color: #C8494B;
}
</style>
background-color css
<style>
a { background-color: #C8494B; }
a { background-color: rgb(200,73,75); }
div.DivClassName
{
background-color: #C8494B;
}
.BgClassName
{
background-color: #C8494B;
}
</style>
border-color css
<style>
span { border-color: #C8494B; }
span { border-color: rgb(200,73,75); }
td.TdClassName
{
border-color: #C8494B;
}
.TagClassName
{
border-color: #C8494B;
}
</style>