Shades of Mandy #C45262
Tints of Mandy #C45262
RGB
CMYK
RGB Variations
Color information
#C45262 (or 0xC45262) is known color: Mandy. HEX triplet: C4, 52 and 62. RGB value is (196,82,98). Sum of RGB (Red+Green+Blue) = 196+82+98=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C45262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45262 is #3BAD9D. Grayscale: #757575. Windows color (decimal): -3911070 or 6443716. OLE color: 6443716.
HSL color Cylindrical-coordinate representation of color #C45262: hue angle of 351.58º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45262 is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 98 | - |
| CMYK | 0 | 0.58 | 0.5 | 0.23 |
| HSL | 351.58º | 0.49% | 0.55% | - |
| HSV(B) | 351.58º | 0.58% | 0.77% | - |
| XYZ | 27.99 | 18.65 | 13.68 | - |
| YUV | 117.91 | 116.77 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 98 | 0 | 0.58 | 0.5 | 0.23 | 351.58 | 0.49 | 0.55 |
| Hex | C4 | 52 | 62 | 0 | 3A | 32 | 17 | 160 | 31 | 37 |
| Octal | 304 | 122 | 142 | 0 | 72 | 62 | 27 | 540 | 61 | 67 |
| Binary | 11000100 | 1010010 | 1100010 | 0 | 111010 | 110010 | 10111 | 101100000 | 110001 | 110111 |
Color Harmonies of #C45262
Complementary color
Monochromatic Colors of #C45262
Black with #C45262
Text Example
Text Example
White with #C45262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45262; }
p { color: rgb(196,82,98); }
H1.HeaderClassName
{
color: #C45262;
}
.AnyTagClassName
{
color: #C45262;
}
</style>
background-color css
<style>
a { background-color: #C45262; }
a { background-color: rgb(196,82,98); }
div.DivClassName
{
background-color: #C45262;
}
.BgClassName
{
background-color: #C45262;
}
</style>
border-color css
<style>
span { border-color: #C45262; }
span { border-color: rgb(196,82,98); }
td.TdClassName
{
border-color: #C45262;
}
.TagClassName
{
border-color: #C45262;
}
</style>