Shades of Contessa #C06E5E
Tints of Contessa #C06E5E
RGB
CMYK
RGB Variations
Color information
#C06E5E (or 0xC06E5E) is known color: Contessa. HEX triplet: C0, 6E and 5E. RGB value is (192,110,94). Sum of RGB (Red+Green+Blue) = 192+110+94=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E5E is #3F91A1. Grayscale: #848484. Windows color (decimal): -4166050 or 6188736. OLE color: 6188736.
HSL color Cylindrical-coordinate representation of color #C06E5E: hue angle of 9.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C06E5E is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 94 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.25 |
| HSL | 9.8º | 0.44% | 0.56% | - |
| HSV(B) | 9.8º | 0.51% | 0.75% | - |
| XYZ | 29.33 | 23.17 | 13.52 | - |
| YUV | 132.69 | 106.17 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 94 | 0 | 0.43 | 0.51 | 0.25 | 9.8 | 0.44 | 0.56 |
| Hex | C0 | 6E | 5E | 0 | 2B | 33 | 19 | A | 2C | 38 |
| Octal | 300 | 156 | 136 | 0 | 53 | 63 | 31 | 12 | 54 | 70 |
| Binary | 11000000 | 1101110 | 1011110 | 0 | 101011 | 110011 | 11001 | 1010 | 101100 | 111000 |
Color Harmonies of #C06E5E
Complementary color
Monochromatic Colors of #C06E5E
Black with #C06E5E
Text Example
Text Example
White with #C06E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E5E; }
p { color: rgb(192,110,94); }
H1.HeaderClassName
{
color: #C06E5E;
}
.AnyTagClassName
{
color: #C06E5E;
}
</style>
background-color css
<style>
a { background-color: #C06E5E; }
a { background-color: rgb(192,110,94); }
div.DivClassName
{
background-color: #C06E5E;
}
.BgClassName
{
background-color: #C06E5E;
}
</style>
border-color css
<style>
span { border-color: #C06E5E; }
span { border-color: rgb(192,110,94); }
td.TdClassName
{
border-color: #C06E5E;
}
.TagClassName
{
border-color: #C06E5E;
}
</style>