Shades of Mandy #C16162
Tints of Mandy #C16162
RGB
CMYK
RGB Variations
Color information
#C16162 (or 0xC16162) is known color: Mandy. HEX triplet: C1, 61 and 62. RGB value is (193,97,98). Sum of RGB (Red+Green+Blue) = 193+97+98=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C16162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16162 is #3E9E9D. Grayscale: #7D7D7D. Windows color (decimal): -4103838 or 6447553. OLE color: 6447553.
HSL color Cylindrical-coordinate representation of color #C16162: hue angle of 359.38º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16162 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 98 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.24 |
| HSL | 359.38º | 0.44% | 0.57% | - |
| HSV(B) | 359.38º | 0.5% | 0.76% | - |
| XYZ | 28.47 | 20.77 | 14.06 | - |
| YUV | 125.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 98 | 0 | 0.50 | 0.49 | 0.24 | 359.38 | 0.44 | 0.57 |
| Hex | C1 | 61 | 62 | 0 | 32 | 31 | 18 | 167 | 2C | 39 |
| Octal | 301 | 141 | 142 | 0 | 62 | 61 | 30 | 547 | 54 | 71 |
| Binary | 11000001 | 1100001 | 1100010 | 0 | 110010 | 110001 | 11000 | 101100111 | 101100 | 111001 |
Color Harmonies of #C16162
Complementary color
Monochromatic Colors of #C16162
Black with #C16162
Text Example
Text Example
White with #C16162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16162; }
p { color: rgb(193,97,98); }
H1.HeaderClassName
{
color: #C16162;
}
.AnyTagClassName
{
color: #C16162;
}
</style>
background-color css
<style>
a { background-color: #C16162; }
a { background-color: rgb(193,97,98); }
div.DivClassName
{
background-color: #C16162;
}
.BgClassName
{
background-color: #C16162;
}
</style>
border-color css
<style>
span { border-color: #C16162; }
span { border-color: rgb(193,97,98); }
td.TdClassName
{
border-color: #C16162;
}
.TagClassName
{
border-color: #C16162;
}
</style>