Shades of Mandy #C8454F
Tints of Mandy #C8454F
RGB
CMYK
RGB Variations
Color information
#C8454F (or 0xC8454F) is known color: Mandy. HEX triplet: C8, 45 and 4F. RGB value is (200,69,79). Sum of RGB (Red+Green+Blue) = 200+69+79=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C8454F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8454F is #37BAB0. Grayscale: #6D6D6D. Windows color (decimal): -3652273 or 5195208. OLE color: 5195208.
HSL color Cylindrical-coordinate representation of color #C8454F: hue angle of 355.42º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8454F is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 79 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.22 |
| HSL | 355.42º | 0.54% | 0.53% | - |
| HSV(B) | 355.42º | 0.66% | 0.78% | - |
| XYZ | 27.36 | 17.1 | 9.26 | - |
| YUV | 109.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 79 | 0 | 0.66 | 0.60 | 0.22 | 355.42 | 0.54 | 0.53 |
| Hex | C8 | 45 | 4F | 0 | 42 | 3C | 16 | 163 | 36 | 35 |
| Octal | 310 | 105 | 117 | 0 | 102 | 74 | 26 | 543 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1001111 | 0 | 1000010 | 111100 | 10110 | 101100011 | 110110 | 110101 |
Color Harmonies of #C8454F
Complementary color
Monochromatic Colors of #C8454F
Black with #C8454F
Text Example
Text Example
White with #C8454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8454F; }
p { color: rgb(200,69,79); }
H1.HeaderClassName
{
color: #C8454F;
}
.AnyTagClassName
{
color: #C8454F;
}
</style>
background-color css
<style>
a { background-color: #C8454F; }
a { background-color: rgb(200,69,79); }
div.DivClassName
{
background-color: #C8454F;
}
.BgClassName
{
background-color: #C8454F;
}
</style>
border-color css
<style>
span { border-color: #C8454F; }
span { border-color: rgb(200,69,79); }
td.TdClassName
{
border-color: #C8454F;
}
.TagClassName
{
border-color: #C8454F;
}
</style>