Shades of Contessa #C07461
Tints of Contessa #C07461
RGB
CMYK
RGB Variations
Color information
#C07461 (or 0xC07461) is known color: Contessa. HEX triplet: C0, 74 and 61. RGB value is (192,116,97). Sum of RGB (Red+Green+Blue) = 192+116+97=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C07461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07461 is #3F8B9E. Grayscale: #888888. Windows color (decimal): -4164511 or 6386880. OLE color: 6386880.
HSL color Cylindrical-coordinate representation of color #C07461: hue angle of 12º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C07461 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 97 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.25 |
| HSL | 12º | 0.43% | 0.57% | - |
| HSV(B) | 12º | 0.49% | 0.75% | - |
| XYZ | 30.14 | 24.56 | 14.46 | - |
| YUV | 136.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 97 | 0 | 0.40 | 0.49 | 0.25 | 12 | 0.43 | 0.57 |
| Hex | C0 | 74 | 61 | 0 | 28 | 31 | 19 | C | 2B | 39 |
| Octal | 300 | 164 | 141 | 0 | 50 | 61 | 31 | 14 | 53 | 71 |
| Binary | 11000000 | 1110100 | 1100001 | 0 | 101000 | 110001 | 11001 | 1100 | 101011 | 111001 |
Color Harmonies of #C07461
Complementary color
Monochromatic Colors of #C07461
Black with #C07461
Text Example
Text Example
White with #C07461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07461; }
p { color: rgb(192,116,97); }
H1.HeaderClassName
{
color: #C07461;
}
.AnyTagClassName
{
color: #C07461;
}
</style>
background-color css
<style>
a { background-color: #C07461; }
a { background-color: rgb(192,116,97); }
div.DivClassName
{
background-color: #C07461;
}
.BgClassName
{
background-color: #C07461;
}
</style>
border-color css
<style>
span { border-color: #C07461; }
span { border-color: rgb(192,116,97); }
td.TdClassName
{
border-color: #C07461;
}
.TagClassName
{
border-color: #C07461;
}
</style>