Shades of Mandy #C8555E
Tints of Mandy #C8555E
RGB
CMYK
RGB Variations
Color information
#C8555E (or 0xC8555E) is known color: Mandy. HEX triplet: C8, 55 and 5E. RGB value is (200,85,94). Sum of RGB (Red+Green+Blue) = 200+85+94=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8555E is #37AAA1. Grayscale: #787878. Windows color (decimal): -3648162 or 6182344. OLE color: 6182344.
HSL color Cylindrical-coordinate representation of color #C8555E: hue angle of 355.3º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8555E is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 94 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.22 |
| HSL | 355.3º | 0.51% | 0.56% | - |
| HSV(B) | 355.3º | 0.58% | 0.78% | - |
| XYZ | 29.09 | 19.58 | 12.84 | - |
| YUV | 120.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 94 | 0 | 0.58 | 0.53 | 0.22 | 355.3 | 0.51 | 0.56 |
| Hex | C8 | 55 | 5E | 0 | 3A | 35 | 16 | 163 | 33 | 38 |
| Octal | 310 | 125 | 136 | 0 | 72 | 65 | 26 | 543 | 63 | 70 |
| Binary | 11001000 | 1010101 | 1011110 | 0 | 111010 | 110101 | 10110 | 101100011 | 110011 | 111000 |
Color Harmonies of #C8555E
Complementary color
Monochromatic Colors of #C8555E
Black with #C8555E
Text Example
Text Example
White with #C8555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8555E; }
p { color: rgb(200,85,94); }
H1.HeaderClassName
{
color: #C8555E;
}
.AnyTagClassName
{
color: #C8555E;
}
</style>
background-color css
<style>
a { background-color: #C8555E; }
a { background-color: rgb(200,85,94); }
div.DivClassName
{
background-color: #C8555E;
}
.BgClassName
{
background-color: #C8555E;
}
</style>
border-color css
<style>
span { border-color: #C8555E; }
span { border-color: rgb(200,85,94); }
td.TdClassName
{
border-color: #C8555E;
}
.TagClassName
{
border-color: #C8555E;
}
</style>