Shades of Contessa #C3796B
Tints of Contessa #C3796B
RGB
CMYK
RGB Variations
Color information
#C3796B (or 0xC3796B) is known color: Contessa. HEX triplet: C3, 79 and 6B. RGB value is (195,121,107). Sum of RGB (Red+Green+Blue) = 195+121+107=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3796B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3796B is #3C8694. Grayscale: #8D8D8D. Windows color (decimal): -3966613 or 7043523. OLE color: 7043523.
HSL color Cylindrical-coordinate representation of color #C3796B: hue angle of 9.55º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3796B is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 107 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.24 |
| HSL | 9.55º | 0.42% | 0.59% | - |
| HSV(B) | 9.55º | 0.45% | 0.76% | - |
| XYZ | 32 | 26.34 | 17.31 | - |
| YUV | 141.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 107 | 0 | 0.38 | 0.45 | 0.24 | 9.55 | 0.42 | 0.59 |
| Hex | C3 | 79 | 6B | 0 | 26 | 2D | 18 | A | 2A | 3B |
| Octal | 303 | 171 | 153 | 0 | 46 | 55 | 30 | 12 | 52 | 73 |
| Binary | 11000011 | 1111001 | 1101011 | 0 | 100110 | 101101 | 11000 | 1010 | 101010 | 111011 |
Color Harmonies of #C3796B
Complementary color
Monochromatic Colors of #C3796B
Black with #C3796B
Text Example
Text Example
White with #C3796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3796B; }
p { color: rgb(195,121,107); }
H1.HeaderClassName
{
color: #C3796B;
}
.AnyTagClassName
{
color: #C3796B;
}
</style>
background-color css
<style>
a { background-color: #C3796B; }
a { background-color: rgb(195,121,107); }
div.DivClassName
{
background-color: #C3796B;
}
.BgClassName
{
background-color: #C3796B;
}
</style>
border-color css
<style>
span { border-color: #C3796B; }
span { border-color: rgb(195,121,107); }
td.TdClassName
{
border-color: #C3796B;
}
.TagClassName
{
border-color: #C3796B;
}
</style>