Shades of Contessa #C9726E
Tints of Contessa #C9726E
RGB
CMYK
RGB Variations
Color information
#C9726E (or 0xC9726E) is known color: Contessa. HEX triplet: C9, 72 and 6E. RGB value is (201,114,110). Sum of RGB (Red+Green+Blue) = 201+114+110=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9726E is #368D91. Grayscale: #8B8B8B. Windows color (decimal): -3575186 or 7238345. OLE color: 7238345.
HSL color Cylindrical-coordinate representation of color #C9726E: hue angle of 2.64º 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 #C9726E is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 110 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.21 |
| HSL | 2.64º | 0.46% | 0.61% | - |
| HSV(B) | 2.64º | 0.45% | 0.79% | - |
| XYZ | 32.92 | 25.58 | 17.95 | - |
| YUV | 139.56 | 111.32 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 110 | 0 | 0.43 | 0.45 | 0.21 | 2.64 | 0.46 | 0.61 |
| Hex | C9 | 72 | 6E | 0 | 2B | 2D | 15 | 3 | 2E | 3D |
| Octal | 311 | 162 | 156 | 0 | 53 | 55 | 25 | 3 | 56 | 75 |
| Binary | 11001001 | 1110010 | 1101110 | 0 | 101011 | 101101 | 10101 | 11 | 101110 | 111101 |
Color Harmonies of #C9726E
Complementary color
Monochromatic Colors of #C9726E
Black with #C9726E
Text Example
Text Example
White with #C9726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9726E; }
p { color: rgb(201,114,110); }
H1.HeaderClassName
{
color: #C9726E;
}
.AnyTagClassName
{
color: #C9726E;
}
</style>
background-color css
<style>
a { background-color: #C9726E; }
a { background-color: rgb(201,114,110); }
div.DivClassName
{
background-color: #C9726E;
}
.BgClassName
{
background-color: #C9726E;
}
</style>
border-color css
<style>
span { border-color: #C9726E; }
span { border-color: rgb(201,114,110); }
td.TdClassName
{
border-color: #C9726E;
}
.TagClassName
{
border-color: #C9726E;
}
</style>