Shades of Contessa #C06E6E
Tints of Contessa #C06E6E
RGB
CMYK
RGB Variations
Color information
#C06E6E (or 0xC06E6E) is known color: Contessa. HEX triplet: C0, 6E and 6E. RGB value is (192,110,110). Sum of RGB (Red+Green+Blue) = 192+110+110=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E6E is #3F9191. Grayscale: #868686. Windows color (decimal): -4166034 or 7237312. OLE color: 7237312.
HSL color Cylindrical-coordinate representation of color #C06E6E: hue angle of 0º 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 #C06E6E is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 110 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.25 |
| HSL | 0º | 0.39% | 0.59% | - |
| HSV(B) | 0º | 0.43% | 0.75% | - |
| XYZ | 30.13 | 23.48 | 17.7 | - |
| YUV | 134.52 | 114.17 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 110 | 0 | 0.43 | 0.43 | 0.25 | 0 | 0.39 | 0.59 |
| Hex | C0 | 6E | 6E | 0 | 2B | 2B | 19 | 0 | 27 | 3B |
| Octal | 300 | 156 | 156 | 0 | 53 | 53 | 31 | 0 | 47 | 73 |
| Binary | 11000000 | 1101110 | 1101110 | 0 | 101011 | 101011 | 11001 | 0 | 100111 | 111011 |
Color Harmonies of #C06E6E
Complementary color
Monochromatic Colors of #C06E6E
Black with #C06E6E
Text Example
Text Example
White with #C06E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E6E; }
p { color: rgb(192,110,110); }
H1.HeaderClassName
{
color: #C06E6E;
}
.AnyTagClassName
{
color: #C06E6E;
}
</style>
background-color css
<style>
a { background-color: #C06E6E; }
a { background-color: rgb(192,110,110); }
div.DivClassName
{
background-color: #C06E6E;
}
.BgClassName
{
background-color: #C06E6E;
}
</style>
border-color css
<style>
span { border-color: #C06E6E; }
span { border-color: rgb(192,110,110); }
td.TdClassName
{
border-color: #C06E6E;
}
.TagClassName
{
border-color: #C06E6E;
}
</style>