Shades of Mandy #C8455B
Tints of Mandy #C8455B
RGB
CMYK
RGB Variations
Color information
#C8455B (or 0xC8455B) is known color: Mandy. HEX triplet: C8, 45 and 5B. RGB value is (200,69,91). Sum of RGB (Red+Green+Blue) = 200+69+91=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8455B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8455B is #37BAA4. Grayscale: #6E6E6E. Windows color (decimal): -3652261 or 5981640. OLE color: 5981640.
HSL color Cylindrical-coordinate representation of color #C8455B: hue angle of 349.92º 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 #C8455B is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 91 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.22 |
| HSL | 349.92º | 0.54% | 0.53% | - |
| HSV(B) | 349.92º | 0.66% | 0.78% | - |
| XYZ | 27.84 | 17.29 | 11.77 | - |
| YUV | 110.68 | 116.9 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 91 | 0 | 0.66 | 0.54 | 0.22 | 349.92 | 0.54 | 0.53 |
| Hex | C8 | 45 | 5B | 0 | 42 | 36 | 16 | 15E | 36 | 35 |
| Octal | 310 | 105 | 133 | 0 | 102 | 66 | 26 | 536 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1011011 | 0 | 1000010 | 110110 | 10110 | 101011110 | 110110 | 110101 |
Color Harmonies of #C8455B
Complementary color
Monochromatic Colors of #C8455B
Black with #C8455B
Text Example
Text Example
White with #C8455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8455B; }
p { color: rgb(200,69,91); }
H1.HeaderClassName
{
color: #C8455B;
}
.AnyTagClassName
{
color: #C8455B;
}
</style>
background-color css
<style>
a { background-color: #C8455B; }
a { background-color: rgb(200,69,91); }
div.DivClassName
{
background-color: #C8455B;
}
.BgClassName
{
background-color: #C8455B;
}
</style>
border-color css
<style>
span { border-color: #C8455B; }
span { border-color: rgb(200,69,91); }
td.TdClassName
{
border-color: #C8455B;
}
.TagClassName
{
border-color: #C8455B;
}
</style>