Shades of Contessa #C9766A
Tints of Contessa #C9766A
RGB
CMYK
RGB Variations
Color information
#C9766A (or 0xC9766A) is known color: Contessa. HEX triplet: C9, 76 and 6A. RGB value is (201,118,106). Sum of RGB (Red+Green+Blue) = 201+118+106=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9766A is #368995. Grayscale: #8D8D8D. Windows color (decimal): -3574166 or 6977225. OLE color: 6977225.
HSL color Cylindrical-coordinate representation of color #C9766A: hue angle of 7.58º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9766A is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 106 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.21 |
| HSL | 7.58º | 0.47% | 0.6% | - |
| HSV(B) | 7.58º | 0.47% | 0.79% | - |
| XYZ | 33.17 | 26.41 | 16.99 | - |
| YUV | 141.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 106 | 0 | 0.41 | 0.47 | 0.21 | 7.58 | 0.47 | 0.6 |
| Hex | C9 | 76 | 6A | 0 | 29 | 2F | 15 | 8 | 2F | 3C |
| Octal | 311 | 166 | 152 | 0 | 51 | 57 | 25 | 10 | 57 | 74 |
| Binary | 11001001 | 1110110 | 1101010 | 0 | 101001 | 101111 | 10101 | 1000 | 101111 | 111100 |
Color Harmonies of #C9766A
Complementary color
Monochromatic Colors of #C9766A
Black with #C9766A
Text Example
Text Example
White with #C9766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9766A; }
p { color: rgb(201,118,106); }
H1.HeaderClassName
{
color: #C9766A;
}
.AnyTagClassName
{
color: #C9766A;
}
</style>
background-color css
<style>
a { background-color: #C9766A; }
a { background-color: rgb(201,118,106); }
div.DivClassName
{
background-color: #C9766A;
}
.BgClassName
{
background-color: #C9766A;
}
</style>
border-color css
<style>
span { border-color: #C9766A; }
span { border-color: rgb(201,118,106); }
td.TdClassName
{
border-color: #C9766A;
}
.TagClassName
{
border-color: #C9766A;
}
</style>