Shades of Mandy #C26166
Tints of Mandy #C26166
RGB
CMYK
RGB Variations
Color information
#C26166 (or 0xC26166) is known color: Mandy. HEX triplet: C2, 61 and 66. RGB value is (194,97,102). Sum of RGB (Red+Green+Blue) = 194+97+102=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C26166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26166 is #3D9E99. Grayscale: #7E7E7E. Windows color (decimal): -4038298 or 6709698. OLE color: 6709698.
HSL color Cylindrical-coordinate representation of color #C26166: hue angle of 356.91º 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 #C26166 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 102 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.24 |
| HSL | 356.91º | 0.44% | 0.57% | - |
| HSV(B) | 356.91º | 0.5% | 0.76% | - |
| XYZ | 28.92 | 20.98 | 15.1 | - |
| YUV | 126.57 | 114.14 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 102 | 0 | 0.50 | 0.47 | 0.24 | 356.91 | 0.44 | 0.57 |
| Hex | C2 | 61 | 66 | 0 | 32 | 2F | 18 | 165 | 2C | 39 |
| Octal | 302 | 141 | 146 | 0 | 62 | 57 | 30 | 545 | 54 | 71 |
| Binary | 11000010 | 1100001 | 1100110 | 0 | 110010 | 101111 | 11000 | 101100101 | 101100 | 111001 |
Color Harmonies of #C26166
Complementary color
Monochromatic Colors of #C26166
Black with #C26166
Text Example
Text Example
White with #C26166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26166; }
p { color: rgb(194,97,102); }
H1.HeaderClassName
{
color: #C26166;
}
.AnyTagClassName
{
color: #C26166;
}
</style>
background-color css
<style>
a { background-color: #C26166; }
a { background-color: rgb(194,97,102); }
div.DivClassName
{
background-color: #C26166;
}
.BgClassName
{
background-color: #C26166;
}
</style>
border-color css
<style>
span { border-color: #C26166; }
span { border-color: rgb(194,97,102); }
td.TdClassName
{
border-color: #C26166;
}
.TagClassName
{
border-color: #C26166;
}
</style>