Shades of Contessa #C9796B
Tints of Contessa #C9796B
RGB
CMYK
RGB Variations
Color information
#C9796B (or 0xC9796B) is known color: Contessa. HEX triplet: C9, 79 and 6B. RGB value is (201,121,107). Sum of RGB (Red+Green+Blue) = 201+121+107=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9796B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9796B is #368694. Grayscale: #8F8F8F. Windows color (decimal): -3573397 or 7043529. OLE color: 7043529.
HSL color Cylindrical-coordinate representation of color #C9796B: hue angle of 8.94º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9796B is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 107 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.21 |
| HSL | 8.94º | 0.47% | 0.6% | - |
| HSV(B) | 8.94º | 0.47% | 0.79% | - |
| XYZ | 33.58 | 27.15 | 17.38 | - |
| YUV | 143.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 107 | 0 | 0.40 | 0.47 | 0.21 | 8.94 | 0.47 | 0.6 |
| Hex | C9 | 79 | 6B | 0 | 28 | 2F | 15 | 9 | 2F | 3C |
| Octal | 311 | 171 | 153 | 0 | 50 | 57 | 25 | 11 | 57 | 74 |
| Binary | 11001001 | 1111001 | 1101011 | 0 | 101000 | 101111 | 10101 | 1001 | 101111 | 111100 |
Color Harmonies of #C9796B
Complementary color
Monochromatic Colors of #C9796B
Black with #C9796B
Text Example
Text Example
White with #C9796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9796B; }
p { color: rgb(201,121,107); }
H1.HeaderClassName
{
color: #C9796B;
}
.AnyTagClassName
{
color: #C9796B;
}
</style>
background-color css
<style>
a { background-color: #C9796B; }
a { background-color: rgb(201,121,107); }
div.DivClassName
{
background-color: #C9796B;
}
.BgClassName
{
background-color: #C9796B;
}
</style>
border-color css
<style>
span { border-color: #C9796B; }
span { border-color: rgb(201,121,107); }
td.TdClassName
{
border-color: #C9796B;
}
.TagClassName
{
border-color: #C9796B;
}
</style>