Shades of Contessa #C96E6D
Tints of Contessa #C96E6D
RGB
CMYK
RGB Variations
Color information
#C96E6D (or 0xC96E6D) is known color: Contessa. HEX triplet: C9, 6E and 6D. RGB value is (201,110,109). Sum of RGB (Red+Green+Blue) = 201+110+109=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96E6D is #369192. Grayscale: #898989. Windows color (decimal): -3576211 or 7171785. OLE color: 7171785.
HSL color Cylindrical-coordinate representation of color #C96E6D: hue angle of 0.65º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96E6D is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 109 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.21 |
| HSL | 0.65º | 0.46% | 0.61% | - |
| HSV(B) | 0.65º | 0.46% | 0.79% | - |
| XYZ | 32.42 | 24.67 | 17.52 | - |
| YUV | 137.1 | 112.15 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 109 | 0 | 0.45 | 0.46 | 0.21 | 0.65 | 0.46 | 0.61 |
| Hex | C9 | 6E | 6D | 0 | 2D | 2E | 15 | 1 | 2E | 3D |
| Octal | 311 | 156 | 155 | 0 | 55 | 56 | 25 | 1 | 56 | 75 |
| Binary | 11001001 | 1101110 | 1101101 | 0 | 101101 | 101110 | 10101 | 1 | 101110 | 111101 |
Color Harmonies of #C96E6D
Complementary color
Monochromatic Colors of #C96E6D
Black with #C96E6D
Text Example
Text Example
White with #C96E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E6D; }
p { color: rgb(201,110,109); }
H1.HeaderClassName
{
color: #C96E6D;
}
.AnyTagClassName
{
color: #C96E6D;
}
</style>
background-color css
<style>
a { background-color: #C96E6D; }
a { background-color: rgb(201,110,109); }
div.DivClassName
{
background-color: #C96E6D;
}
.BgClassName
{
background-color: #C96E6D;
}
</style>
border-color css
<style>
span { border-color: #C96E6D; }
span { border-color: rgb(201,110,109); }
td.TdClassName
{
border-color: #C96E6D;
}
.TagClassName
{
border-color: #C96E6D;
}
</style>