Shades of Mandy #C16266
Tints of Mandy #C16266
RGB
CMYK
RGB Variations
Color information
#C16266 (or 0xC16266) is known color: Mandy. HEX triplet: C1, 62 and 66. RGB value is (193,98,102). Sum of RGB (Red+Green+Blue) = 193+98+102=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C16266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16266 is #3E9D99. Grayscale: #7E7E7E. Windows color (decimal): -4103578 or 6709953. OLE color: 6709953.
HSL color Cylindrical-coordinate representation of color #C16266: hue angle of 357.47º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16266 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 102 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.24 |
| HSL | 357.47º | 0.43% | 0.57% | - |
| HSV(B) | 357.47º | 0.49% | 0.76% | - |
| XYZ | 28.76 | 21.03 | 15.11 | - |
| YUV | 126.86 | 113.97 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 102 | 0 | 0.49 | 0.47 | 0.24 | 357.47 | 0.43 | 0.57 |
| Hex | C1 | 62 | 66 | 0 | 31 | 2F | 18 | 165 | 2B | 39 |
| Octal | 301 | 142 | 146 | 0 | 61 | 57 | 30 | 545 | 53 | 71 |
| Binary | 11000001 | 1100010 | 1100110 | 0 | 110001 | 101111 | 11000 | 101100101 | 101011 | 111001 |
Color Harmonies of #C16266
Complementary color
Monochromatic Colors of #C16266
Black with #C16266
Text Example
Text Example
White with #C16266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16266; }
p { color: rgb(193,98,102); }
H1.HeaderClassName
{
color: #C16266;
}
.AnyTagClassName
{
color: #C16266;
}
</style>
background-color css
<style>
a { background-color: #C16266; }
a { background-color: rgb(193,98,102); }
div.DivClassName
{
background-color: #C16266;
}
.BgClassName
{
background-color: #C16266;
}
</style>
border-color css
<style>
span { border-color: #C16266; }
span { border-color: rgb(193,98,102); }
td.TdClassName
{
border-color: #C16266;
}
.TagClassName
{
border-color: #C16266;
}
</style>