Shades of Mandy #C7555F
Tints of Mandy #C7555F
RGB
CMYK
RGB Variations
Color information
#C7555F (or 0xC7555F) is known color: Mandy. HEX triplet: C7, 55 and 5F. RGB value is (199,85,95). Sum of RGB (Red+Green+Blue) = 199+85+95=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7555F is #38AAA0. Grayscale: #787878. Windows color (decimal): -3713697 or 6247879. OLE color: 6247879.
HSL color Cylindrical-coordinate representation of color #C7555F: hue angle of 354.74º degrees, saturation: 0.5, 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 #C7555F is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 95 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.22 |
| HSL | 354.74º | 0.5% | 0.56% | - |
| HSV(B) | 354.74º | 0.57% | 0.78% | - |
| XYZ | 28.87 | 19.47 | 13.06 | - |
| YUV | 120.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 95 | 0 | 0.57 | 0.52 | 0.22 | 354.74 | 0.5 | 0.56 |
| Hex | C7 | 55 | 5F | 0 | 39 | 34 | 16 | 163 | 32 | 38 |
| Octal | 307 | 125 | 137 | 0 | 71 | 64 | 26 | 543 | 62 | 70 |
| Binary | 11000111 | 1010101 | 1011111 | 0 | 111001 | 110100 | 10110 | 101100011 | 110010 | 111000 |
Color Harmonies of #C7555F
Complementary color
Monochromatic Colors of #C7555F
Black with #C7555F
Text Example
Text Example
White with #C7555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7555F; }
p { color: rgb(199,85,95); }
H1.HeaderClassName
{
color: #C7555F;
}
.AnyTagClassName
{
color: #C7555F;
}
</style>
background-color css
<style>
a { background-color: #C7555F; }
a { background-color: rgb(199,85,95); }
div.DivClassName
{
background-color: #C7555F;
}
.BgClassName
{
background-color: #C7555F;
}
</style>
border-color css
<style>
span { border-color: #C7555F; }
span { border-color: rgb(199,85,95); }
td.TdClassName
{
border-color: #C7555F;
}
.TagClassName
{
border-color: #C7555F;
}
</style>