Shades of Contessa #C0706F
Tints of Contessa #C0706F
RGB
CMYK
RGB Variations
Color information
#C0706F (or 0xC0706F) is known color: Contessa. HEX triplet: C0, 70 and 6F. RGB value is (192,112,111). Sum of RGB (Red+Green+Blue) = 192+112+111=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0706F is #3F8F90. Grayscale: #878787. Windows color (decimal): -4165521 or 7303360. OLE color: 7303360.
HSL color Cylindrical-coordinate representation of color #C0706F: hue angle of 0.74º 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 #C0706F is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 111 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.25 |
| HSL | 0.74º | 0.39% | 0.59% | - |
| HSV(B) | 0.74º | 0.42% | 0.75% | - |
| XYZ | 30.4 | 23.94 | 18.06 | - |
| YUV | 135.81 | 114 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 111 | 0 | 0.42 | 0.42 | 0.25 | 0.74 | 0.39 | 0.59 |
| Hex | C0 | 70 | 6F | 0 | 2A | 2A | 19 | 1 | 27 | 3B |
| Octal | 300 | 160 | 157 | 0 | 52 | 52 | 31 | 1 | 47 | 73 |
| Binary | 11000000 | 1110000 | 1101111 | 0 | 101010 | 101010 | 11001 | 1 | 100111 | 111011 |
Color Harmonies of #C0706F
Complementary color
Monochromatic Colors of #C0706F
Black with #C0706F
Text Example
Text Example
White with #C0706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0706F; }
p { color: rgb(192,112,111); }
H1.HeaderClassName
{
color: #C0706F;
}
.AnyTagClassName
{
color: #C0706F;
}
</style>
background-color css
<style>
a { background-color: #C0706F; }
a { background-color: rgb(192,112,111); }
div.DivClassName
{
background-color: #C0706F;
}
.BgClassName
{
background-color: #C0706F;
}
</style>
border-color css
<style>
span { border-color: #C0706F; }
span { border-color: rgb(192,112,111); }
td.TdClassName
{
border-color: #C0706F;
}
.TagClassName
{
border-color: #C0706F;
}
</style>