Shades of Contessa #C9786F
Tints of Contessa #C9786F
RGB
CMYK
RGB Variations
Color information
#C9786F (or 0xC9786F) is known color: Contessa. HEX triplet: C9, 78 and 6F. RGB value is (201,120,111). Sum of RGB (Red+Green+Blue) = 201+120+111=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C9786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9786F is #368790. Grayscale: #8F8F8F. Windows color (decimal): -3573649 or 7305417. OLE color: 7305417.
HSL color Cylindrical-coordinate representation of color #C9786F: hue angle of 6º degrees, saturation: 0.45, 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 #C9786F is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 111 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.21 |
| HSL | 6º | 0.45% | 0.61% | - |
| HSV(B) | 6º | 0.45% | 0.79% | - |
| XYZ | 33.67 | 27 | 18.48 | - |
| YUV | 143.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 111 | 0 | 0.40 | 0.45 | 0.21 | 6 | 0.45 | 0.61 |
| Hex | C9 | 78 | 6F | 0 | 28 | 2D | 15 | 6 | 2D | 3D |
| Octal | 311 | 170 | 157 | 0 | 50 | 55 | 25 | 6 | 55 | 75 |
| Binary | 11001001 | 1111000 | 1101111 | 0 | 101000 | 101101 | 10101 | 110 | 101101 | 111101 |
Color Harmonies of #C9786F
Complementary color
Monochromatic Colors of #C9786F
Black with #C9786F
Text Example
Text Example
White with #C9786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9786F; }
p { color: rgb(201,120,111); }
H1.HeaderClassName
{
color: #C9786F;
}
.AnyTagClassName
{
color: #C9786F;
}
</style>
background-color css
<style>
a { background-color: #C9786F; }
a { background-color: rgb(201,120,111); }
div.DivClassName
{
background-color: #C9786F;
}
.BgClassName
{
background-color: #C9786F;
}
</style>
border-color css
<style>
span { border-color: #C9786F; }
span { border-color: rgb(201,120,111); }
td.TdClassName
{
border-color: #C9786F;
}
.TagClassName
{
border-color: #C9786F;
}
</style>