Shades of Contessa #C0726F
Tints of Contessa #C0726F
RGB
CMYK
RGB Variations
Color information
#C0726F (or 0xC0726F) is known color: Contessa. HEX triplet: C0, 72 and 6F. RGB value is (192,114,111). Sum of RGB (Red+Green+Blue) = 192+114+111=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0726F is #3F8D90. Grayscale: #898989. Windows color (decimal): -4165009 or 7303872. OLE color: 7303872.
HSL color Cylindrical-coordinate representation of color #C0726F: hue angle of 2.22º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0726F is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 111 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.25 |
| HSL | 2.22º | 0.39% | 0.59% | - |
| HSV(B) | 2.22º | 0.42% | 0.75% | - |
| XYZ | 30.62 | 24.39 | 18.13 | - |
| YUV | 136.98 | 113.34 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 111 | 0 | 0.41 | 0.42 | 0.25 | 2.22 | 0.39 | 0.59 |
| Hex | C0 | 72 | 6F | 0 | 29 | 2A | 19 | 2 | 27 | 3B |
| Octal | 300 | 162 | 157 | 0 | 51 | 52 | 31 | 2 | 47 | 73 |
| Binary | 11000000 | 1110010 | 1101111 | 0 | 101001 | 101010 | 11001 | 10 | 100111 | 111011 |
Color Harmonies of #C0726F
Complementary color
Monochromatic Colors of #C0726F
Black with #C0726F
Text Example
Text Example
White with #C0726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0726F; }
p { color: rgb(192,114,111); }
H1.HeaderClassName
{
color: #C0726F;
}
.AnyTagClassName
{
color: #C0726F;
}
</style>
background-color css
<style>
a { background-color: #C0726F; }
a { background-color: rgb(192,114,111); }
div.DivClassName
{
background-color: #C0726F;
}
.BgClassName
{
background-color: #C0726F;
}
</style>
border-color css
<style>
span { border-color: #C0726F; }
span { border-color: rgb(192,114,111); }
td.TdClassName
{
border-color: #C0726F;
}
.TagClassName
{
border-color: #C0726F;
}
</style>