Shades of Contessa #C7796A
Tints of Contessa #C7796A
RGB
CMYK
RGB Variations
Color information
#C7796A (or 0xC7796A) is known color: Contessa. HEX triplet: C7, 79 and 6A. RGB value is (199,121,106). Sum of RGB (Red+Green+Blue) = 199+121+106=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7796A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7796A is #388695. Grayscale: #8E8E8E. Windows color (decimal): -3704470 or 6977991. OLE color: 6977991.
HSL color Cylindrical-coordinate representation of color #C7796A: hue angle of 9.68º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7796A is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 106 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.22 |
| HSL | 9.68º | 0.45% | 0.6% | - |
| HSV(B) | 9.68º | 0.47% | 0.78% | - |
| XYZ | 32.99 | 26.86 | 17.08 | - |
| YUV | 142.61 | 107.34 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 106 | 0 | 0.39 | 0.47 | 0.22 | 9.68 | 0.45 | 0.6 |
| Hex | C7 | 79 | 6A | 0 | 27 | 2F | 16 | A | 2D | 3C |
| Octal | 307 | 171 | 152 | 0 | 47 | 57 | 26 | 12 | 55 | 74 |
| Binary | 11000111 | 1111001 | 1101010 | 0 | 100111 | 101111 | 10110 | 1010 | 101101 | 111100 |
Color Harmonies of #C7796A
Complementary color
Monochromatic Colors of #C7796A
Black with #C7796A
Text Example
Text Example
White with #C7796A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7796A; }
p { color: rgb(199,121,106); }
H1.HeaderClassName
{
color: #C7796A;
}
.AnyTagClassName
{
color: #C7796A;
}
</style>
background-color css
<style>
a { background-color: #C7796A; }
a { background-color: rgb(199,121,106); }
div.DivClassName
{
background-color: #C7796A;
}
.BgClassName
{
background-color: #C7796A;
}
</style>
border-color css
<style>
span { border-color: #C7796A; }
span { border-color: rgb(199,121,106); }
td.TdClassName
{
border-color: #C7796A;
}
.TagClassName
{
border-color: #C7796A;
}
</style>