Shades of Contessa #C4776C
Tints of Contessa #C4776C
RGB
CMYK
RGB Variations
Color information
#C4776C (or 0xC4776C) is known color: Contessa. HEX triplet: C4, 77 and 6C. RGB value is (196,119,108). Sum of RGB (Red+Green+Blue) = 196+119+108=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4776C is #3B8893. Grayscale: #8C8C8C. Windows color (decimal): -3901588 or 7108548. OLE color: 7108548.
HSL color Cylindrical-coordinate representation of color #C4776C: hue angle of 7.5º 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 #C4776C is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 108 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.23 |
| HSL | 7.5º | 0.43% | 0.6% | - |
| HSV(B) | 7.5º | 0.45% | 0.77% | - |
| XYZ | 32.07 | 26.01 | 17.52 | - |
| YUV | 140.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 108 | 0 | 0.39 | 0.45 | 0.23 | 7.5 | 0.43 | 0.6 |
| Hex | C4 | 77 | 6C | 0 | 27 | 2D | 17 | 8 | 2B | 3C |
| Octal | 304 | 167 | 154 | 0 | 47 | 55 | 27 | 10 | 53 | 74 |
| Binary | 11000100 | 1110111 | 1101100 | 0 | 100111 | 101101 | 10111 | 1000 | 101011 | 111100 |
Color Harmonies of #C4776C
Complementary color
Monochromatic Colors of #C4776C
Black with #C4776C
Text Example
Text Example
White with #C4776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4776C; }
p { color: rgb(196,119,108); }
H1.HeaderClassName
{
color: #C4776C;
}
.AnyTagClassName
{
color: #C4776C;
}
</style>
background-color css
<style>
a { background-color: #C4776C; }
a { background-color: rgb(196,119,108); }
div.DivClassName
{
background-color: #C4776C;
}
.BgClassName
{
background-color: #C4776C;
}
</style>
border-color css
<style>
span { border-color: #C4776C; }
span { border-color: rgb(196,119,108); }
td.TdClassName
{
border-color: #C4776C;
}
.TagClassName
{
border-color: #C4776C;
}
</style>