Shades of Mandy #C16061
Tints of Mandy #C16061
RGB
CMYK
RGB Variations
Color information
#C16061 (or 0xC16061) is known color: Mandy. HEX triplet: C1, 60 and 61. RGB value is (193,96,97). Sum of RGB (Red+Green+Blue) = 193+96+97=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C16061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16061 is #3E9F9E. Grayscale: #7D7D7D. Windows color (decimal): -4104095 or 6381761. OLE color: 6381761.
HSL color Cylindrical-coordinate representation of color #C16061: 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 #C16061 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 97 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.24 |
| HSL | 359.38º | 0.44% | 0.57% | - |
| HSV(B) | 359.38º | 0.5% | 0.76% | - |
| XYZ | 28.33 | 20.57 | 13.79 | - |
| YUV | 125.12 | 112.14 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 97 | 0 | 0.50 | 0.50 | 0.24 | 359.38 | 0.44 | 0.57 |
| Hex | C1 | 60 | 61 | 0 | 32 | 32 | 18 | 167 | 2C | 39 |
| Octal | 301 | 140 | 141 | 0 | 62 | 62 | 30 | 547 | 54 | 71 |
| Binary | 11000001 | 1100000 | 1100001 | 0 | 110010 | 110010 | 11000 | 101100111 | 101100 | 111001 |
Color Harmonies of #C16061
Complementary color
Monochromatic Colors of #C16061
Black with #C16061
Text Example
Text Example
White with #C16061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16061; }
p { color: rgb(193,96,97); }
H1.HeaderClassName
{
color: #C16061;
}
.AnyTagClassName
{
color: #C16061;
}
</style>
background-color css
<style>
a { background-color: #C16061; }
a { background-color: rgb(193,96,97); }
div.DivClassName
{
background-color: #C16061;
}
.BgClassName
{
background-color: #C16061;
}
</style>
border-color css
<style>
span { border-color: #C16061; }
span { border-color: rgb(193,96,97); }
td.TdClassName
{
border-color: #C16061;
}
.TagClassName
{
border-color: #C16061;
}
</style>