Shades of Contessa #C3796D
Tints of Contessa #C3796D
RGB
CMYK
RGB Variations
Color information
#C3796D (or 0xC3796D) is known color: Contessa. HEX triplet: C3, 79 and 6D. RGB value is (195,121,109). Sum of RGB (Red+Green+Blue) = 195+121+109=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C3796D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3796D is #3C8692. Grayscale: #8D8D8D. Windows color (decimal): -3966611 or 7174595. OLE color: 7174595.
HSL color Cylindrical-coordinate representation of color #C3796D: hue angle of 8.37º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3796D is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 109 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.24 |
| HSL | 8.37º | 0.42% | 0.6% | - |
| HSV(B) | 8.37º | 0.44% | 0.76% | - |
| XYZ | 32.1 | 26.38 | 17.87 | - |
| YUV | 141.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 109 | 0 | 0.38 | 0.44 | 0.24 | 8.37 | 0.42 | 0.6 |
| Hex | C3 | 79 | 6D | 0 | 26 | 2C | 18 | 8 | 2A | 3C |
| Octal | 303 | 171 | 155 | 0 | 46 | 54 | 30 | 10 | 52 | 74 |
| Binary | 11000011 | 1111001 | 1101101 | 0 | 100110 | 101100 | 11000 | 1000 | 101010 | 111100 |
Color Harmonies of #C3796D
Complementary color
Monochromatic Colors of #C3796D
Black with #C3796D
Text Example
Text Example
White with #C3796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3796D; }
p { color: rgb(195,121,109); }
H1.HeaderClassName
{
color: #C3796D;
}
.AnyTagClassName
{
color: #C3796D;
}
</style>
background-color css
<style>
a { background-color: #C3796D; }
a { background-color: rgb(195,121,109); }
div.DivClassName
{
background-color: #C3796D;
}
.BgClassName
{
background-color: #C3796D;
}
</style>
border-color css
<style>
span { border-color: #C3796D; }
span { border-color: rgb(195,121,109); }
td.TdClassName
{
border-color: #C3796D;
}
.TagClassName
{
border-color: #C3796D;
}
</style>