Shades of Mandy #C45F62
Tints of Mandy #C45F62
RGB
CMYK
RGB Variations
Color information
#C45F62 (or 0xC45F62) is known color: Mandy. HEX triplet: C4, 5F and 62. RGB value is (196,95,98). Sum of RGB (Red+Green+Blue) = 196+95+98=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45F62 is #3BA09D. Grayscale: #7D7D7D. Windows color (decimal): -3907742 or 6447044. OLE color: 6447044.
HSL color Cylindrical-coordinate representation of color #C45F62: hue angle of 358.22º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45F62 is Cyan = 0, Magento = 0.52, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 98 | - |
| CMYK | 0 | 0.52 | 0.5 | 0.23 |
| HSL | 358.22º | 0.46% | 0.57% | - |
| HSV(B) | 358.22º | 0.52% | 0.77% | - |
| XYZ | 29.06 | 20.8 | 14.04 | - |
| YUV | 125.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 98 | 0 | 0.52 | 0.5 | 0.23 | 358.22 | 0.46 | 0.57 |
| Hex | C4 | 5F | 62 | 0 | 34 | 32 | 17 | 166 | 2E | 39 |
| Octal | 304 | 137 | 142 | 0 | 64 | 62 | 27 | 546 | 56 | 71 |
| Binary | 11000100 | 1011111 | 1100010 | 0 | 110100 | 110010 | 10111 | 101100110 | 101110 | 111001 |
Color Harmonies of #C45F62
Complementary color
Monochromatic Colors of #C45F62
Black with #C45F62
Text Example
Text Example
White with #C45F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45F62; }
p { color: rgb(196,95,98); }
H1.HeaderClassName
{
color: #C45F62;
}
.AnyTagClassName
{
color: #C45F62;
}
</style>
background-color css
<style>
a { background-color: #C45F62; }
a { background-color: rgb(196,95,98); }
div.DivClassName
{
background-color: #C45F62;
}
.BgClassName
{
background-color: #C45F62;
}
</style>
border-color css
<style>
span { border-color: #C45F62; }
span { border-color: rgb(196,95,98); }
td.TdClassName
{
border-color: #C45F62;
}
.TagClassName
{
border-color: #C45F62;
}
</style>