Shades of Contessa #C7776C
Tints of Contessa #C7776C
RGB
CMYK
RGB Variations
Color information
#C7776C (or 0xC7776C) is known color: Contessa. HEX triplet: C7, 77 and 6C. RGB value is (199,119,108). Sum of RGB (Red+Green+Blue) = 199+119+108=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7776C is #388893. Grayscale: #8D8D8D. Windows color (decimal): -3704980 or 7108551. OLE color: 7108551.
HSL color Cylindrical-coordinate representation of color #C7776C: hue angle of 7.25º degrees, saturation: 0.45, 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 #C7776C is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 108 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.22 |
| HSL | 7.25º | 0.45% | 0.6% | - |
| HSV(B) | 7.25º | 0.46% | 0.78% | - |
| XYZ | 32.86 | 26.42 | 17.55 | - |
| YUV | 141.67 | 109 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 108 | 0 | 0.40 | 0.46 | 0.22 | 7.25 | 0.45 | 0.6 |
| Hex | C7 | 77 | 6C | 0 | 28 | 2E | 16 | 7 | 2D | 3C |
| Octal | 307 | 167 | 154 | 0 | 50 | 56 | 26 | 7 | 55 | 74 |
| Binary | 11000111 | 1110111 | 1101100 | 0 | 101000 | 101110 | 10110 | 111 | 101101 | 111100 |
Color Harmonies of #C7776C
Complementary color
Monochromatic Colors of #C7776C
Black with #C7776C
Text Example
Text Example
White with #C7776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7776C; }
p { color: rgb(199,119,108); }
H1.HeaderClassName
{
color: #C7776C;
}
.AnyTagClassName
{
color: #C7776C;
}
</style>
background-color css
<style>
a { background-color: #C7776C; }
a { background-color: rgb(199,119,108); }
div.DivClassName
{
background-color: #C7776C;
}
.BgClassName
{
background-color: #C7776C;
}
</style>
border-color css
<style>
span { border-color: #C7776C; }
span { border-color: rgb(199,119,108); }
td.TdClassName
{
border-color: #C7776C;
}
.TagClassName
{
border-color: #C7776C;
}
</style>