Shades of Contessa #C4776D
Tints of Contessa #C4776D
RGB
CMYK
RGB Variations
Color information
#C4776D (or 0xC4776D) is known color: Contessa. HEX triplet: C4, 77 and 6D. RGB value is (196,119,109). Sum of RGB (Red+Green+Blue) = 196+119+109=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C4776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4776D is #3B8892. Grayscale: #8D8D8D. Windows color (decimal): -3901587 or 7174084. OLE color: 7174084.
HSL color Cylindrical-coordinate representation of color #C4776D: hue angle of 6.9º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4776D is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 109 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.23 |
| HSL | 6.9º | 0.42% | 0.6% | - |
| HSV(B) | 6.9º | 0.44% | 0.77% | - |
| XYZ | 32.12 | 26.03 | 17.8 | - |
| YUV | 140.88 | 110.01 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 109 | 0 | 0.39 | 0.44 | 0.23 | 6.9 | 0.42 | 0.6 |
| Hex | C4 | 77 | 6D | 0 | 27 | 2C | 17 | 7 | 2A | 3C |
| Octal | 304 | 167 | 155 | 0 | 47 | 54 | 27 | 7 | 52 | 74 |
| Binary | 11000100 | 1110111 | 1101101 | 0 | 100111 | 101100 | 10111 | 111 | 101010 | 111100 |
Color Harmonies of #C4776D
Complementary color
Monochromatic Colors of #C4776D
Black with #C4776D
Text Example
Text Example
White with #C4776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4776D; }
p { color: rgb(196,119,109); }
H1.HeaderClassName
{
color: #C4776D;
}
.AnyTagClassName
{
color: #C4776D;
}
</style>
background-color css
<style>
a { background-color: #C4776D; }
a { background-color: rgb(196,119,109); }
div.DivClassName
{
background-color: #C4776D;
}
.BgClassName
{
background-color: #C4776D;
}
</style>
border-color css
<style>
span { border-color: #C4776D; }
span { border-color: rgb(196,119,109); }
td.TdClassName
{
border-color: #C4776D;
}
.TagClassName
{
border-color: #C4776D;
}
</style>