Shades of Contessa #C06E6D
Tints of Contessa #C06E6D
RGB
CMYK
RGB Variations
Color information
#C06E6D (or 0xC06E6D) is known color: Contessa. HEX triplet: C0, 6E and 6D. RGB value is (192,110,109). Sum of RGB (Red+Green+Blue) = 192+110+109=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E6D is #3F9192. Grayscale: #868686. Windows color (decimal): -4166035 or 7171776. OLE color: 7171776.
HSL color Cylindrical-coordinate representation of color #C06E6D: hue angle of 0.72º degrees, saturation: 0.4, 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 #C06E6D is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 109 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.25 |
| HSL | 0.72º | 0.4% | 0.59% | - |
| HSV(B) | 0.72º | 0.43% | 0.75% | - |
| XYZ | 30.07 | 23.46 | 17.41 | - |
| YUV | 134.4 | 113.67 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 109 | 0 | 0.43 | 0.43 | 0.25 | 0.72 | 0.4 | 0.59 |
| Hex | C0 | 6E | 6D | 0 | 2B | 2B | 19 | 1 | 28 | 3B |
| Octal | 300 | 156 | 155 | 0 | 53 | 53 | 31 | 1 | 50 | 73 |
| Binary | 11000000 | 1101110 | 1101101 | 0 | 101011 | 101011 | 11001 | 1 | 101000 | 111011 |
Color Harmonies of #C06E6D
Complementary color
Monochromatic Colors of #C06E6D
Black with #C06E6D
Text Example
Text Example
White with #C06E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E6D; }
p { color: rgb(192,110,109); }
H1.HeaderClassName
{
color: #C06E6D;
}
.AnyTagClassName
{
color: #C06E6D;
}
</style>
background-color css
<style>
a { background-color: #C06E6D; }
a { background-color: rgb(192,110,109); }
div.DivClassName
{
background-color: #C06E6D;
}
.BgClassName
{
background-color: #C06E6D;
}
</style>
border-color css
<style>
span { border-color: #C06E6D; }
span { border-color: rgb(192,110,109); }
td.TdClassName
{
border-color: #C06E6D;
}
.TagClassName
{
border-color: #C06E6D;
}
</style>