Shades of Mandy #C16466
Tints of Mandy #C16466
RGB
CMYK
RGB Variations
Color information
#C16466 (or 0xC16466) is known color: Mandy. HEX triplet: C1, 64 and 66. RGB value is (193,100,102). Sum of RGB (Red+Green+Blue) = 193+100+102=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C16466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16466 is #3E9B99. Grayscale: #808080. Windows color (decimal): -4103066 or 6710465. OLE color: 6710465.
HSL color Cylindrical-coordinate representation of color #C16466: hue angle of 358.71º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16466 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 102 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.24 |
| HSL | 358.71º | 0.43% | 0.57% | - |
| HSV(B) | 358.71º | 0.48% | 0.76% | - |
| XYZ | 28.95 | 21.41 | 15.18 | - |
| YUV | 128.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 102 | 0 | 0.48 | 0.47 | 0.24 | 358.71 | 0.43 | 0.57 |
| Hex | C1 | 64 | 66 | 0 | 30 | 2F | 18 | 167 | 2B | 39 |
| Octal | 301 | 144 | 146 | 0 | 60 | 57 | 30 | 547 | 53 | 71 |
| Binary | 11000001 | 1100100 | 1100110 | 0 | 110000 | 101111 | 11000 | 101100111 | 101011 | 111001 |
Color Harmonies of #C16466
Complementary color
Monochromatic Colors of #C16466
Black with #C16466
Text Example
Text Example
White with #C16466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16466; }
p { color: rgb(193,100,102); }
H1.HeaderClassName
{
color: #C16466;
}
.AnyTagClassName
{
color: #C16466;
}
</style>
background-color css
<style>
a { background-color: #C16466; }
a { background-color: rgb(193,100,102); }
div.DivClassName
{
background-color: #C16466;
}
.BgClassName
{
background-color: #C16466;
}
</style>
border-color css
<style>
span { border-color: #C16466; }
span { border-color: rgb(193,100,102); }
td.TdClassName
{
border-color: #C16466;
}
.TagClassName
{
border-color: #C16466;
}
</style>