Shades of Contessa #C5796B
Tints of Contessa #C5796B
RGB
CMYK
RGB Variations
Color information
#C5796B (or 0xC5796B) is known color: Contessa. HEX triplet: C5, 79 and 6B. RGB value is (197,121,107). Sum of RGB (Red+Green+Blue) = 197+121+107=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5796B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5796B is #3A8694. Grayscale: #8E8E8E. Windows color (decimal): -3835541 or 7043525. OLE color: 7043525.
HSL color Cylindrical-coordinate representation of color #C5796B: hue angle of 9.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5796B is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 107 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.23 |
| HSL | 9.33º | 0.44% | 0.6% | - |
| HSV(B) | 9.33º | 0.46% | 0.77% | - |
| XYZ | 32.52 | 26.61 | 17.33 | - |
| YUV | 142.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 107 | 0 | 0.39 | 0.46 | 0.23 | 9.33 | 0.44 | 0.6 |
| Hex | C5 | 79 | 6B | 0 | 27 | 2E | 17 | 9 | 2C | 3C |
| Octal | 305 | 171 | 153 | 0 | 47 | 56 | 27 | 11 | 54 | 74 |
| Binary | 11000101 | 1111001 | 1101011 | 0 | 100111 | 101110 | 10111 | 1001 | 101100 | 111100 |
Color Harmonies of #C5796B
Complementary color
Monochromatic Colors of #C5796B
Black with #C5796B
Text Example
Text Example
White with #C5796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5796B; }
p { color: rgb(197,121,107); }
H1.HeaderClassName
{
color: #C5796B;
}
.AnyTagClassName
{
color: #C5796B;
}
</style>
background-color css
<style>
a { background-color: #C5796B; }
a { background-color: rgb(197,121,107); }
div.DivClassName
{
background-color: #C5796B;
}
.BgClassName
{
background-color: #C5796B;
}
</style>
border-color css
<style>
span { border-color: #C5796B; }
span { border-color: rgb(197,121,107); }
td.TdClassName
{
border-color: #C5796B;
}
.TagClassName
{
border-color: #C5796B;
}
</style>