Shades of Contessa #C6726D
Tints of Contessa #C6726D
RGB
CMYK
RGB Variations
Color information
#C6726D (or 0xC6726D) is known color: Contessa. HEX triplet: C6, 72 and 6D. RGB value is (198,114,109). Sum of RGB (Red+Green+Blue) = 198+114+109=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6726D is #398D92. Grayscale: #8A8A8A. Windows color (decimal): -3771795 or 7172806. OLE color: 7172806.
HSL color Cylindrical-coordinate representation of color #C6726D: hue angle of 3.37º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6726D is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 109 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.22 |
| HSL | 3.37º | 0.44% | 0.6% | - |
| HSV(B) | 3.37º | 0.45% | 0.78% | - |
| XYZ | 32.07 | 25.14 | 17.63 | - |
| YUV | 138.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 109 | 0 | 0.42 | 0.45 | 0.22 | 3.37 | 0.44 | 0.6 |
| Hex | C6 | 72 | 6D | 0 | 2A | 2D | 16 | 3 | 2C | 3C |
| Octal | 306 | 162 | 155 | 0 | 52 | 55 | 26 | 3 | 54 | 74 |
| Binary | 11000110 | 1110010 | 1101101 | 0 | 101010 | 101101 | 10110 | 11 | 101100 | 111100 |
Color Harmonies of #C6726D
Complementary color
Monochromatic Colors of #C6726D
Black with #C6726D
Text Example
Text Example
White with #C6726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6726D; }
p { color: rgb(198,114,109); }
H1.HeaderClassName
{
color: #C6726D;
}
.AnyTagClassName
{
color: #C6726D;
}
</style>
background-color css
<style>
a { background-color: #C6726D; }
a { background-color: rgb(198,114,109); }
div.DivClassName
{
background-color: #C6726D;
}
.BgClassName
{
background-color: #C6726D;
}
</style>
border-color css
<style>
span { border-color: #C6726D; }
span { border-color: rgb(198,114,109); }
td.TdClassName
{
border-color: #C6726D;
}
.TagClassName
{
border-color: #C6726D;
}
</style>