Shades of Contessa #C6726E
Tints of Contessa #C6726E
RGB
CMYK
RGB Variations
Color information
#C6726E (or 0xC6726E) is known color: Contessa. HEX triplet: C6, 72 and 6E. RGB value is (198,114,110). Sum of RGB (Red+Green+Blue) = 198+114+110=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6726E is #398D91. Grayscale: #8A8A8A. Windows color (decimal): -3771794 or 7238342. OLE color: 7238342.
HSL color Cylindrical-coordinate representation of color #C6726E: hue angle of 2.73º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6726E is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 110 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.22 |
| HSL | 2.73º | 0.44% | 0.6% | - |
| HSV(B) | 2.73º | 0.44% | 0.78% | - |
| XYZ | 32.12 | 25.17 | 17.92 | - |
| YUV | 138.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 110 | 0 | 0.42 | 0.44 | 0.22 | 2.73 | 0.44 | 0.6 |
| Hex | C6 | 72 | 6E | 0 | 2A | 2C | 16 | 3 | 2C | 3C |
| Octal | 306 | 162 | 156 | 0 | 52 | 54 | 26 | 3 | 54 | 74 |
| Binary | 11000110 | 1110010 | 1101110 | 0 | 101010 | 101100 | 10110 | 11 | 101100 | 111100 |
Color Harmonies of #C6726E
Complementary color
Monochromatic Colors of #C6726E
Black with #C6726E
Text Example
Text Example
White with #C6726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6726E; }
p { color: rgb(198,114,110); }
H1.HeaderClassName
{
color: #C6726E;
}
.AnyTagClassName
{
color: #C6726E;
}
</style>
background-color css
<style>
a { background-color: #C6726E; }
a { background-color: rgb(198,114,110); }
div.DivClassName
{
background-color: #C6726E;
}
.BgClassName
{
background-color: #C6726E;
}
</style>
border-color css
<style>
span { border-color: #C6726E; }
span { border-color: rgb(198,114,110); }
td.TdClassName
{
border-color: #C6726E;
}
.TagClassName
{
border-color: #C6726E;
}
</style>