Shades of Mandy #C6555F
Tints of Mandy #C6555F
RGB
CMYK
RGB Variations
Color information
#C6555F (or 0xC6555F) is known color: Mandy. HEX triplet: C6, 55 and 5F. RGB value is (198,85,95). Sum of RGB (Red+Green+Blue) = 198+85+95=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6555F is #39AAA0. Grayscale: #787878. Windows color (decimal): -3779233 or 6247878. OLE color: 6247878.
HSL color Cylindrical-coordinate representation of color #C6555F: hue angle of 354.69º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6555F is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 95 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.22 |
| HSL | 354.69º | 0.5% | 0.55% | - |
| HSV(B) | 354.69º | 0.57% | 0.78% | - |
| XYZ | 28.6 | 19.33 | 13.05 | - |
| YUV | 119.93 | 113.94 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 95 | 0 | 0.57 | 0.52 | 0.22 | 354.69 | 0.5 | 0.55 |
| Hex | C6 | 55 | 5F | 0 | 39 | 34 | 16 | 163 | 32 | 37 |
| Octal | 306 | 125 | 137 | 0 | 71 | 64 | 26 | 543 | 62 | 67 |
| Binary | 11000110 | 1010101 | 1011111 | 0 | 111001 | 110100 | 10110 | 101100011 | 110010 | 110111 |
Color Harmonies of #C6555F
Complementary color
Monochromatic Colors of #C6555F
Black with #C6555F
Text Example
Text Example
White with #C6555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6555F; }
p { color: rgb(198,85,95); }
H1.HeaderClassName
{
color: #C6555F;
}
.AnyTagClassName
{
color: #C6555F;
}
</style>
background-color css
<style>
a { background-color: #C6555F; }
a { background-color: rgb(198,85,95); }
div.DivClassName
{
background-color: #C6555F;
}
.BgClassName
{
background-color: #C6555F;
}
</style>
border-color css
<style>
span { border-color: #C6555F; }
span { border-color: rgb(198,85,95); }
td.TdClassName
{
border-color: #C6555F;
}
.TagClassName
{
border-color: #C6555F;
}
</style>