Shades of Contessa #C3796F
Tints of Contessa #C3796F
RGB
CMYK
RGB Variations
Color information
#C3796F (or 0xC3796F) is known color: Contessa. HEX triplet: C3, 79 and 6F. RGB value is (195,121,111). Sum of RGB (Red+Green+Blue) = 195+121+111=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C3796F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3796F is #3C8690. Grayscale: #8E8E8E. Windows color (decimal): -3966609 or 7305667. OLE color: 7305667.
HSL color Cylindrical-coordinate representation of color #C3796F: hue angle of 7.14º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3796F is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 111 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.24 |
| HSL | 7.14º | 0.41% | 0.6% | - |
| HSV(B) | 7.14º | 0.43% | 0.76% | - |
| XYZ | 32.21 | 26.42 | 18.44 | - |
| YUV | 141.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 111 | 0 | 0.38 | 0.43 | 0.24 | 7.14 | 0.41 | 0.6 |
| Hex | C3 | 79 | 6F | 0 | 26 | 2B | 18 | 7 | 29 | 3C |
| Octal | 303 | 171 | 157 | 0 | 46 | 53 | 30 | 7 | 51 | 74 |
| Binary | 11000011 | 1111001 | 1101111 | 0 | 100110 | 101011 | 11000 | 111 | 101001 | 111100 |
Color Harmonies of #C3796F
Complementary color
Monochromatic Colors of #C3796F
Black with #C3796F
Text Example
Text Example
White with #C3796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3796F; }
p { color: rgb(195,121,111); }
H1.HeaderClassName
{
color: #C3796F;
}
.AnyTagClassName
{
color: #C3796F;
}
</style>
background-color css
<style>
a { background-color: #C3796F; }
a { background-color: rgb(195,121,111); }
div.DivClassName
{
background-color: #C3796F;
}
.BgClassName
{
background-color: #C3796F;
}
</style>
border-color css
<style>
span { border-color: #C3796F; }
span { border-color: rgb(195,121,111); }
td.TdClassName
{
border-color: #C3796F;
}
.TagClassName
{
border-color: #C3796F;
}
</style>