Shades of Mandy #C45362
Tints of Mandy #C45362
RGB
CMYK
RGB Variations
Color information
#C45362 (or 0xC45362) is known color: Mandy. HEX triplet: C4, 53 and 62. RGB value is (196,83,98). Sum of RGB (Red+Green+Blue) = 196+83+98=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C45362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45362 is #3BAC9D. Grayscale: #767676. Windows color (decimal): -3910814 or 6443972. OLE color: 6443972.
HSL color Cylindrical-coordinate representation of color #C45362: hue angle of 352.04º 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 #C45362 is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 98 | - |
| CMYK | 0 | 0.58 | 0.5 | 0.23 |
| HSL | 352.04º | 0.49% | 0.55% | - |
| HSV(B) | 352.04º | 0.58% | 0.77% | - |
| XYZ | 28.06 | 18.8 | 13.71 | - |
| YUV | 118.5 | 116.44 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 98 | 0 | 0.58 | 0.5 | 0.23 | 352.04 | 0.49 | 0.55 |
| Hex | C4 | 53 | 62 | 0 | 3A | 32 | 17 | 160 | 31 | 37 |
| Octal | 304 | 123 | 142 | 0 | 72 | 62 | 27 | 540 | 61 | 67 |
| Binary | 11000100 | 1010011 | 1100010 | 0 | 111010 | 110010 | 10111 | 101100000 | 110001 | 110111 |
Color Harmonies of #C45362
Complementary color
Monochromatic Colors of #C45362
Black with #C45362
Text Example
Text Example
White with #C45362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45362; }
p { color: rgb(196,83,98); }
H1.HeaderClassName
{
color: #C45362;
}
.AnyTagClassName
{
color: #C45362;
}
</style>
background-color css
<style>
a { background-color: #C45362; }
a { background-color: rgb(196,83,98); }
div.DivClassName
{
background-color: #C45362;
}
.BgClassName
{
background-color: #C45362;
}
</style>
border-color css
<style>
span { border-color: #C45362; }
span { border-color: rgb(196,83,98); }
td.TdClassName
{
border-color: #C45362;
}
.TagClassName
{
border-color: #C45362;
}
</style>