Shades of Mandy #C8454C
Tints of Mandy #C8454C
RGB
CMYK
RGB Variations
Color information
#C8454C (or 0xC8454C) is known color: Mandy. HEX triplet: C8, 45 and 4C. RGB value is (200,69,76). Sum of RGB (Red+Green+Blue) = 200+69+76=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8454C is #37BAB3. Grayscale: #6D6D6D. Windows color (decimal): -3652276 or 4998600. OLE color: 4998600.
HSL color Cylindrical-coordinate representation of color #C8454C: hue angle of 356.79º 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 #C8454C is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 76 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.22 |
| HSL | 356.79º | 0.54% | 0.53% | - |
| HSV(B) | 356.79º | 0.66% | 0.78% | - |
| XYZ | 27.25 | 17.06 | 8.69 | - |
| YUV | 108.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 76 | 0 | 0.66 | 0.62 | 0.22 | 356.79 | 0.54 | 0.53 |
| Hex | C8 | 45 | 4C | 0 | 42 | 3E | 16 | 165 | 36 | 35 |
| Octal | 310 | 105 | 114 | 0 | 102 | 76 | 26 | 545 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1001100 | 0 | 1000010 | 111110 | 10110 | 101100101 | 110110 | 110101 |
Color Harmonies of #C8454C
Complementary color
Monochromatic Colors of #C8454C
Black with #C8454C
Text Example
Text Example
White with #C8454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8454C; }
p { color: rgb(200,69,76); }
H1.HeaderClassName
{
color: #C8454C;
}
.AnyTagClassName
{
color: #C8454C;
}
</style>
background-color css
<style>
a { background-color: #C8454C; }
a { background-color: rgb(200,69,76); }
div.DivClassName
{
background-color: #C8454C;
}
.BgClassName
{
background-color: #C8454C;
}
</style>
border-color css
<style>
span { border-color: #C8454C; }
span { border-color: rgb(200,69,76); }
td.TdClassName
{
border-color: #C8454C;
}
.TagClassName
{
border-color: #C8454C;
}
</style>