Shades of Contessa #C9766E
Tints of Contessa #C9766E
RGB
CMYK
RGB Variations
Color information
#C9766E (or 0xC9766E) is known color: Contessa. HEX triplet: C9, 76 and 6E. RGB value is (201,118,110). Sum of RGB (Red+Green+Blue) = 201+118+110=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9766E is #368991. Grayscale: #8E8E8E. Windows color (decimal): -3574162 or 7239369. OLE color: 7239369.
HSL color Cylindrical-coordinate representation of color #C9766E: hue angle of 5.27º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9766E is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 110 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.21 |
| HSL | 5.27º | 0.46% | 0.61% | - |
| HSV(B) | 5.27º | 0.45% | 0.79% | - |
| XYZ | 33.38 | 26.5 | 18.11 | - |
| YUV | 141.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 110 | 0 | 0.41 | 0.45 | 0.21 | 5.27 | 0.46 | 0.61 |
| Hex | C9 | 76 | 6E | 0 | 29 | 2D | 15 | 5 | 2E | 3D |
| Octal | 311 | 166 | 156 | 0 | 51 | 55 | 25 | 5 | 56 | 75 |
| Binary | 11001001 | 1110110 | 1101110 | 0 | 101001 | 101101 | 10101 | 101 | 101110 | 111101 |
Color Harmonies of #C9766E
Complementary color
Monochromatic Colors of #C9766E
Black with #C9766E
Text Example
Text Example
White with #C9766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9766E; }
p { color: rgb(201,118,110); }
H1.HeaderClassName
{
color: #C9766E;
}
.AnyTagClassName
{
color: #C9766E;
}
</style>
background-color css
<style>
a { background-color: #C9766E; }
a { background-color: rgb(201,118,110); }
div.DivClassName
{
background-color: #C9766E;
}
.BgClassName
{
background-color: #C9766E;
}
</style>
border-color css
<style>
span { border-color: #C9766E; }
span { border-color: rgb(201,118,110); }
td.TdClassName
{
border-color: #C9766E;
}
.TagClassName
{
border-color: #C9766E;
}
</style>