Shades of Contessa #C7766C
Tints of Contessa #C7766C
RGB
CMYK
RGB Variations
Color information
#C7766C (or 0xC7766C) is known color: Contessa. HEX triplet: C7, 76 and 6C. RGB value is (199,118,108). Sum of RGB (Red+Green+Blue) = 199+118+108=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7766C is #388993. Grayscale: #8D8D8D. Windows color (decimal): -3705236 or 7108295. OLE color: 7108295.
HSL color Cylindrical-coordinate representation of color #C7766C: hue angle of 6.59º 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 #C7766C is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 108 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.22 |
| HSL | 6.59º | 0.45% | 0.6% | - |
| HSV(B) | 6.59º | 0.46% | 0.78% | - |
| XYZ | 32.74 | 26.18 | 17.52 | - |
| YUV | 141.08 | 109.34 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 108 | 0 | 0.41 | 0.46 | 0.22 | 6.59 | 0.45 | 0.6 |
| Hex | C7 | 76 | 6C | 0 | 29 | 2E | 16 | 7 | 2D | 3C |
| Octal | 307 | 166 | 154 | 0 | 51 | 56 | 26 | 7 | 55 | 74 |
| Binary | 11000111 | 1110110 | 1101100 | 0 | 101001 | 101110 | 10110 | 111 | 101101 | 111100 |
Color Harmonies of #C7766C
Complementary color
Monochromatic Colors of #C7766C
Black with #C7766C
Text Example
Text Example
White with #C7766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7766C; }
p { color: rgb(199,118,108); }
H1.HeaderClassName
{
color: #C7766C;
}
.AnyTagClassName
{
color: #C7766C;
}
</style>
background-color css
<style>
a { background-color: #C7766C; }
a { background-color: rgb(199,118,108); }
div.DivClassName
{
background-color: #C7766C;
}
.BgClassName
{
background-color: #C7766C;
}
</style>
border-color css
<style>
span { border-color: #C7766C; }
span { border-color: rgb(199,118,108); }
td.TdClassName
{
border-color: #C7766C;
}
.TagClassName
{
border-color: #C7766C;
}
</style>