Shades of Contessa #C6796B
Tints of Contessa #C6796B
RGB
CMYK
RGB Variations
Color information
#C6796B (or 0xC6796B) is known color: Contessa. HEX triplet: C6, 79 and 6B. RGB value is (198,121,107). Sum of RGB (Red+Green+Blue) = 198+121+107=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6796B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6796B is #398694. Grayscale: #8E8E8E. Windows color (decimal): -3770005 or 7043526. OLE color: 7043526.
HSL color Cylindrical-coordinate representation of color #C6796B: hue angle of 9.23º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6796B is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 107 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.22 |
| HSL | 9.23º | 0.44% | 0.6% | - |
| HSV(B) | 9.23º | 0.46% | 0.78% | - |
| XYZ | 32.78 | 26.74 | 17.34 | - |
| YUV | 142.43 | 108.01 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 107 | 0 | 0.39 | 0.46 | 0.22 | 9.23 | 0.44 | 0.6 |
| Hex | C6 | 79 | 6B | 0 | 27 | 2E | 16 | 9 | 2C | 3C |
| Octal | 306 | 171 | 153 | 0 | 47 | 56 | 26 | 11 | 54 | 74 |
| Binary | 11000110 | 1111001 | 1101011 | 0 | 100111 | 101110 | 10110 | 1001 | 101100 | 111100 |
Color Harmonies of #C6796B
Complementary color
Monochromatic Colors of #C6796B
Black with #C6796B
Text Example
Text Example
White with #C6796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6796B; }
p { color: rgb(198,121,107); }
H1.HeaderClassName
{
color: #C6796B;
}
.AnyTagClassName
{
color: #C6796B;
}
</style>
background-color css
<style>
a { background-color: #C6796B; }
a { background-color: rgb(198,121,107); }
div.DivClassName
{
background-color: #C6796B;
}
.BgClassName
{
background-color: #C6796B;
}
</style>
border-color css
<style>
span { border-color: #C6796B; }
span { border-color: rgb(198,121,107); }
td.TdClassName
{
border-color: #C6796B;
}
.TagClassName
{
border-color: #C6796B;
}
</style>