Shades of Mandy #C8555F
Tints of Mandy #C8555F
RGB
CMYK
RGB Variations
Color information
#C8555F (or 0xC8555F) is known color: Mandy. HEX triplet: C8, 55 and 5F. RGB value is (200,85,95). Sum of RGB (Red+Green+Blue) = 200+85+95=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8555F is #37AAA0. Grayscale: #787878. Windows color (decimal): -3648161 or 6247880. OLE color: 6247880.
HSL color Cylindrical-coordinate representation of color #C8555F: hue angle of 354.78º 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 #C8555F is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 95 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.22 |
| HSL | 354.78º | 0.51% | 0.56% | - |
| HSV(B) | 354.78º | 0.58% | 0.78% | - |
| XYZ | 29.13 | 19.6 | 13.07 | - |
| YUV | 120.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 95 | 0 | 0.58 | 0.52 | 0.22 | 354.78 | 0.51 | 0.56 |
| Hex | C8 | 55 | 5F | 0 | 3A | 34 | 16 | 163 | 33 | 38 |
| Octal | 310 | 125 | 137 | 0 | 72 | 64 | 26 | 543 | 63 | 70 |
| Binary | 11001000 | 1010101 | 1011111 | 0 | 111010 | 110100 | 10110 | 101100011 | 110011 | 111000 |
Color Harmonies of #C8555F
Complementary color
Monochromatic Colors of #C8555F
Black with #C8555F
Text Example
Text Example
White with #C8555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8555F; }
p { color: rgb(200,85,95); }
H1.HeaderClassName
{
color: #C8555F;
}
.AnyTagClassName
{
color: #C8555F;
}
</style>
background-color css
<style>
a { background-color: #C8555F; }
a { background-color: rgb(200,85,95); }
div.DivClassName
{
background-color: #C8555F;
}
.BgClassName
{
background-color: #C8555F;
}
</style>
border-color css
<style>
span { border-color: #C8555F; }
span { border-color: rgb(200,85,95); }
td.TdClassName
{
border-color: #C8555F;
}
.TagClassName
{
border-color: #C8555F;
}
</style>