Shades of Mandy #C8454A
Tints of Mandy #C8454A
RGB
CMYK
RGB Variations
Color information
#C8454A (or 0xC8454A) is known color: Mandy. HEX triplet: C8, 45 and 4A. RGB value is (200,69,74). Sum of RGB (Red+Green+Blue) = 200+69+74=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8454A is #37BAB5. Grayscale: #6C6C6C. Windows color (decimal): -3652278 or 4867528. OLE color: 4867528.
HSL color Cylindrical-coordinate representation of color #C8454A: hue angle of 357.71º 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 #C8454A is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 74 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.22 |
| HSL | 357.71º | 0.54% | 0.53% | - |
| HSV(B) | 357.71º | 0.66% | 0.78% | - |
| XYZ | 27.18 | 17.03 | 8.33 | - |
| YUV | 108.74 | 108.4 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 74 | 0 | 0.66 | 0.63 | 0.22 | 357.71 | 0.54 | 0.53 |
| Hex | C8 | 45 | 4A | 0 | 42 | 3F | 16 | 166 | 36 | 35 |
| Octal | 310 | 105 | 112 | 0 | 102 | 77 | 26 | 546 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1001010 | 0 | 1000010 | 111111 | 10110 | 101100110 | 110110 | 110101 |
Color Harmonies of #C8454A
Complementary color
Monochromatic Colors of #C8454A
Black with #C8454A
Text Example
Text Example
White with #C8454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8454A; }
p { color: rgb(200,69,74); }
H1.HeaderClassName
{
color: #C8454A;
}
.AnyTagClassName
{
color: #C8454A;
}
</style>
background-color css
<style>
a { background-color: #C8454A; }
a { background-color: rgb(200,69,74); }
div.DivClassName
{
background-color: #C8454A;
}
.BgClassName
{
background-color: #C8454A;
}
</style>
border-color css
<style>
span { border-color: #C8454A; }
span { border-color: rgb(200,69,74); }
td.TdClassName
{
border-color: #C8454A;
}
.TagClassName
{
border-color: #C8454A;
}
</style>