Shades of Contessa #C96E61
Tints of Contessa #C96E61
RGB
CMYK
RGB Variations
Color information
#C96E61 (or 0xC96E61) is known color: Contessa. HEX triplet: C9, 6E and 61. RGB value is (201,110,97). Sum of RGB (Red+Green+Blue) = 201+110+97=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96E61 is #36919E. Grayscale: #878787. Windows color (decimal): -3576223 or 6385353. OLE color: 6385353.
HSL color Cylindrical-coordinate representation of color #C96E61: hue angle of 7.5º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96E61 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 97 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.21 |
| HSL | 7.5º | 0.49% | 0.58% | - |
| HSV(B) | 7.5º | 0.52% | 0.79% | - |
| XYZ | 31.82 | 24.43 | 14.35 | - |
| YUV | 135.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 97 | 0 | 0.45 | 0.52 | 0.21 | 7.5 | 0.49 | 0.58 |
| Hex | C9 | 6E | 61 | 0 | 2D | 34 | 15 | 8 | 31 | 3A |
| Octal | 311 | 156 | 141 | 0 | 55 | 64 | 25 | 10 | 61 | 72 |
| Binary | 11001001 | 1101110 | 1100001 | 0 | 101101 | 110100 | 10101 | 1000 | 110001 | 111010 |
Color Harmonies of #C96E61
Complementary color
Monochromatic Colors of #C96E61
Black with #C96E61
Text Example
Text Example
White with #C96E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E61; }
p { color: rgb(201,110,97); }
H1.HeaderClassName
{
color: #C96E61;
}
.AnyTagClassName
{
color: #C96E61;
}
</style>
background-color css
<style>
a { background-color: #C96E61; }
a { background-color: rgb(201,110,97); }
div.DivClassName
{
background-color: #C96E61;
}
.BgClassName
{
background-color: #C96E61;
}
</style>
border-color css
<style>
span { border-color: #C96E61; }
span { border-color: rgb(201,110,97); }
td.TdClassName
{
border-color: #C96E61;
}
.TagClassName
{
border-color: #C96E61;
}
</style>