Shades of Contessa #C46D66
Tints of Contessa #C46D66
RGB
CMYK
RGB Variations
Color information
#C46D66 (or 0xC46D66) is known color: Contessa. HEX triplet: C4, 6D and 66. RGB value is (196,109,102). Sum of RGB (Red+Green+Blue) = 196+109+102=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46D66 is #3B9299. Grayscale: #868686. Windows color (decimal): -3904154 or 6712772. OLE color: 6712772.
HSL color Cylindrical-coordinate representation of color #C46D66: hue angle of 4.47º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46D66 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 109 | 102 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.23 |
| HSL | 4.47º | 0.44% | 0.58% | - |
| HSV(B) | 4.47º | 0.48% | 0.77% | - |
| XYZ | 30.63 | 23.63 | 15.52 | - |
| YUV | 134.22 | 109.82 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 102 | 0 | 0.44 | 0.48 | 0.23 | 4.47 | 0.44 | 0.58 |
| Hex | C4 | 6D | 66 | 0 | 2C | 30 | 17 | 4 | 2C | 3A |
| Octal | 304 | 155 | 146 | 0 | 54 | 60 | 27 | 4 | 54 | 72 |
| Binary | 11000100 | 1101101 | 1100110 | 0 | 101100 | 110000 | 10111 | 100 | 101100 | 111010 |
Color Harmonies of #C46D66
Complementary color
Monochromatic Colors of #C46D66
Black with #C46D66
Text Example
Text Example
White with #C46D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46D66; }
p { color: rgb(196,109,102); }
H1.HeaderClassName
{
color: #C46D66;
}
.AnyTagClassName
{
color: #C46D66;
}
</style>
background-color css
<style>
a { background-color: #C46D66; }
a { background-color: rgb(196,109,102); }
div.DivClassName
{
background-color: #C46D66;
}
.BgClassName
{
background-color: #C46D66;
}
</style>
border-color css
<style>
span { border-color: #C46D66; }
span { border-color: rgb(196,109,102); }
td.TdClassName
{
border-color: #C46D66;
}
.TagClassName
{
border-color: #C46D66;
}
</style>