Shades of Contessa #C6726F
Tints of Contessa #C6726F
RGB
CMYK
RGB Variations
Color information
#C6726F (or 0xC6726F) is known color: Contessa. HEX triplet: C6, 72 and 6F. RGB value is (198,114,111). Sum of RGB (Red+Green+Blue) = 198+114+111=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6726F is #398D90. Grayscale: #8A8A8A. Windows color (decimal): -3771793 or 7303878. OLE color: 7303878.
HSL color Cylindrical-coordinate representation of color #C6726F: hue angle of 2.07º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6726F is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 111 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.22 |
| HSL | 2.07º | 0.43% | 0.61% | - |
| HSV(B) | 2.07º | 0.44% | 0.78% | - |
| XYZ | 32.18 | 25.19 | 18.2 | - |
| YUV | 138.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 111 | 0 | 0.42 | 0.44 | 0.22 | 2.07 | 0.43 | 0.61 |
| Hex | C6 | 72 | 6F | 0 | 2A | 2C | 16 | 2 | 2B | 3D |
| Octal | 306 | 162 | 157 | 0 | 52 | 54 | 26 | 2 | 53 | 75 |
| Binary | 11000110 | 1110010 | 1101111 | 0 | 101010 | 101100 | 10110 | 10 | 101011 | 111101 |
Color Harmonies of #C6726F
Complementary color
Monochromatic Colors of #C6726F
Black with #C6726F
Text Example
Text Example
White with #C6726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6726F; }
p { color: rgb(198,114,111); }
H1.HeaderClassName
{
color: #C6726F;
}
.AnyTagClassName
{
color: #C6726F;
}
</style>
background-color css
<style>
a { background-color: #C6726F; }
a { background-color: rgb(198,114,111); }
div.DivClassName
{
background-color: #C6726F;
}
.BgClassName
{
background-color: #C6726F;
}
</style>
border-color css
<style>
span { border-color: #C6726F; }
span { border-color: rgb(198,114,111); }
td.TdClassName
{
border-color: #C6726F;
}
.TagClassName
{
border-color: #C6726F;
}
</style>