Shades of Contessa #C0736E
Tints of Contessa #C0736E
RGB
CMYK
RGB Variations
Color information
#C0736E (or 0xC0736E) is known color: Contessa. HEX triplet: C0, 73 and 6E. RGB value is (192,115,110). Sum of RGB (Red+Green+Blue) = 192+115+110=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0736E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0736E is #3F8C91. Grayscale: #898989. Windows color (decimal): -4164754 or 7238592. OLE color: 7238592.
HSL color Cylindrical-coordinate representation of color #C0736E: hue angle of 3.66º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0736E is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 110 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.25 |
| HSL | 3.66º | 0.39% | 0.59% | - |
| HSV(B) | 3.66º | 0.43% | 0.75% | - |
| XYZ | 30.68 | 24.59 | 17.88 | - |
| YUV | 137.45 | 112.51 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 110 | 0 | 0.40 | 0.43 | 0.25 | 3.66 | 0.39 | 0.59 |
| Hex | C0 | 73 | 6E | 0 | 28 | 2B | 19 | 4 | 27 | 3B |
| Octal | 300 | 163 | 156 | 0 | 50 | 53 | 31 | 4 | 47 | 73 |
| Binary | 11000000 | 1110011 | 1101110 | 0 | 101000 | 101011 | 11001 | 100 | 100111 | 111011 |
Color Harmonies of #C0736E
Complementary color
Monochromatic Colors of #C0736E
Black with #C0736E
Text Example
Text Example
White with #C0736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0736E; }
p { color: rgb(192,115,110); }
H1.HeaderClassName
{
color: #C0736E;
}
.AnyTagClassName
{
color: #C0736E;
}
</style>
background-color css
<style>
a { background-color: #C0736E; }
a { background-color: rgb(192,115,110); }
div.DivClassName
{
background-color: #C0736E;
}
.BgClassName
{
background-color: #C0736E;
}
</style>
border-color css
<style>
span { border-color: #C0736E; }
span { border-color: rgb(192,115,110); }
td.TdClassName
{
border-color: #C0736E;
}
.TagClassName
{
border-color: #C0736E;
}
</style>