Shades of Contessa #C4796C
Tints of Contessa #C4796C
RGB
CMYK
RGB Variations
Color information
#C4796C (or 0xC4796C) is known color: Contessa. HEX triplet: C4, 79 and 6C. RGB value is (196,121,108). Sum of RGB (Red+Green+Blue) = 196+121+108=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C4796C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4796C is #3B8693. Grayscale: #8E8E8E. Windows color (decimal): -3901076 or 7109060. OLE color: 7109060.
HSL color Cylindrical-coordinate representation of color #C4796C: hue angle of 8.86º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4796C is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 108 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.23 |
| HSL | 8.86º | 0.43% | 0.6% | - |
| HSV(B) | 8.86º | 0.45% | 0.77% | - |
| XYZ | 32.31 | 26.49 | 17.6 | - |
| YUV | 141.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 108 | 0 | 0.38 | 0.45 | 0.23 | 8.86 | 0.43 | 0.6 |
| Hex | C4 | 79 | 6C | 0 | 26 | 2D | 17 | 9 | 2B | 3C |
| Octal | 304 | 171 | 154 | 0 | 46 | 55 | 27 | 11 | 53 | 74 |
| Binary | 11000100 | 1111001 | 1101100 | 0 | 100110 | 101101 | 10111 | 1001 | 101011 | 111100 |
Color Harmonies of #C4796C
Complementary color
Monochromatic Colors of #C4796C
Black with #C4796C
Text Example
Text Example
White with #C4796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4796C; }
p { color: rgb(196,121,108); }
H1.HeaderClassName
{
color: #C4796C;
}
.AnyTagClassName
{
color: #C4796C;
}
</style>
background-color css
<style>
a { background-color: #C4796C; }
a { background-color: rgb(196,121,108); }
div.DivClassName
{
background-color: #C4796C;
}
.BgClassName
{
background-color: #C4796C;
}
</style>
border-color css
<style>
span { border-color: #C4796C; }
span { border-color: rgb(196,121,108); }
td.TdClassName
{
border-color: #C4796C;
}
.TagClassName
{
border-color: #C4796C;
}
</style>