Shades of Mandy #C56062
Tints of Mandy #C56062
RGB
CMYK
RGB Variations
Color information
#C56062 (or 0xC56062) is known color: Mandy. HEX triplet: C5, 60 and 62. RGB value is (197,96,98). Sum of RGB (Red+Green+Blue) = 197+96+98=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C56062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56062 is #3A9F9D. Grayscale: #7E7E7E. Windows color (decimal): -3841950 or 6447301. OLE color: 6447301.
HSL color Cylindrical-coordinate representation of color #C56062: hue angle of 358.81º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56062 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 98 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.23 |
| HSL | 358.81º | 0.47% | 0.57% | - |
| HSV(B) | 358.81º | 0.51% | 0.77% | - |
| XYZ | 29.41 | 21.12 | 14.08 | - |
| YUV | 126.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 98 | 0 | 0.51 | 0.50 | 0.23 | 358.81 | 0.47 | 0.57 |
| Hex | C5 | 60 | 62 | 0 | 33 | 32 | 17 | 167 | 2F | 39 |
| Octal | 305 | 140 | 142 | 0 | 63 | 62 | 27 | 547 | 57 | 71 |
| Binary | 11000101 | 1100000 | 1100010 | 0 | 110011 | 110010 | 10111 | 101100111 | 101111 | 111001 |
Color Harmonies of #C56062
Complementary color
Monochromatic Colors of #C56062
Black with #C56062
Text Example
Text Example
White with #C56062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56062; }
p { color: rgb(197,96,98); }
H1.HeaderClassName
{
color: #C56062;
}
.AnyTagClassName
{
color: #C56062;
}
</style>
background-color css
<style>
a { background-color: #C56062; }
a { background-color: rgb(197,96,98); }
div.DivClassName
{
background-color: #C56062;
}
.BgClassName
{
background-color: #C56062;
}
</style>
border-color css
<style>
span { border-color: #C56062; }
span { border-color: rgb(197,96,98); }
td.TdClassName
{
border-color: #C56062;
}
.TagClassName
{
border-color: #C56062;
}
</style>