Shades of Contessa #C46D5E
Tints of Contessa #C46D5E
RGB
CMYK
RGB Variations
Color information
#C46D5E (or 0xC46D5E) is known color: Contessa. HEX triplet: C4, 6D and 5E. RGB value is (196,109,94). Sum of RGB (Red+Green+Blue) = 196+109+94=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46D5E is #3B92A1. Grayscale: #858585. Windows color (decimal): -3904162 or 6188484. OLE color: 6188484.
HSL color Cylindrical-coordinate representation of color #C46D5E: hue angle of 8.82º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C46D5E is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 109 | 94 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.23 |
| HSL | 8.82º | 0.46% | 0.57% | - |
| HSV(B) | 8.82º | 0.52% | 0.77% | - |
| XYZ | 30.25 | 23.48 | 13.53 | - |
| YUV | 133.3 | 105.82 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 94 | 0 | 0.44 | 0.52 | 0.23 | 8.82 | 0.46 | 0.57 |
| Hex | C4 | 6D | 5E | 0 | 2C | 34 | 17 | 9 | 2E | 39 |
| Octal | 304 | 155 | 136 | 0 | 54 | 64 | 27 | 11 | 56 | 71 |
| Binary | 11000100 | 1101101 | 1011110 | 0 | 101100 | 110100 | 10111 | 1001 | 101110 | 111001 |
Color Harmonies of #C46D5E
Complementary color
Monochromatic Colors of #C46D5E
Black with #C46D5E
Text Example
Text Example
White with #C46D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46D5E; }
p { color: rgb(196,109,94); }
H1.HeaderClassName
{
color: #C46D5E;
}
.AnyTagClassName
{
color: #C46D5E;
}
</style>
background-color css
<style>
a { background-color: #C46D5E; }
a { background-color: rgb(196,109,94); }
div.DivClassName
{
background-color: #C46D5E;
}
.BgClassName
{
background-color: #C46D5E;
}
</style>
border-color css
<style>
span { border-color: #C46D5E; }
span { border-color: rgb(196,109,94); }
td.TdClassName
{
border-color: #C46D5E;
}
.TagClassName
{
border-color: #C46D5E;
}
</style>