Shades of Contessa #C46E6D
Tints of Contessa #C46E6D
RGB
CMYK
RGB Variations
Color information
#C46E6D (or 0xC46E6D) is known color: Contessa. HEX triplet: C4, 6E and 6D. RGB value is (196,110,109). Sum of RGB (Red+Green+Blue) = 196+110+109=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46E6D is #3B9192. Grayscale: #878787. Windows color (decimal): -3903891 or 7171780. OLE color: 7171780.
HSL color Cylindrical-coordinate representation of color #C46E6D: hue angle of 0.69º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C46E6D is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 109 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.23 |
| HSL | 0.69º | 0.42% | 0.6% | - |
| HSV(B) | 0.69º | 0.44% | 0.77% | - |
| XYZ | 31.1 | 23.99 | 17.46 | - |
| YUV | 135.6 | 112.99 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 109 | 0 | 0.44 | 0.44 | 0.23 | 0.69 | 0.42 | 0.6 |
| Hex | C4 | 6E | 6D | 0 | 2C | 2C | 17 | 1 | 2A | 3C |
| Octal | 304 | 156 | 155 | 0 | 54 | 54 | 27 | 1 | 52 | 74 |
| Binary | 11000100 | 1101110 | 1101101 | 0 | 101100 | 101100 | 10111 | 1 | 101010 | 111100 |
Color Harmonies of #C46E6D
Complementary color
Monochromatic Colors of #C46E6D
Black with #C46E6D
Text Example
Text Example
White with #C46E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E6D; }
p { color: rgb(196,110,109); }
H1.HeaderClassName
{
color: #C46E6D;
}
.AnyTagClassName
{
color: #C46E6D;
}
</style>
background-color css
<style>
a { background-color: #C46E6D; }
a { background-color: rgb(196,110,109); }
div.DivClassName
{
background-color: #C46E6D;
}
.BgClassName
{
background-color: #C46E6D;
}
</style>
border-color css
<style>
span { border-color: #C46E6D; }
span { border-color: rgb(196,110,109); }
td.TdClassName
{
border-color: #C46E6D;
}
.TagClassName
{
border-color: #C46E6D;
}
</style>