Shades of Contessa #C06F6E
Tints of Contessa #C06F6E
RGB
CMYK
RGB Variations
Color information
#C06F6E (or 0xC06F6E) is known color: Contessa. HEX triplet: C0, 6F and 6E. RGB value is (192,111,110). Sum of RGB (Red+Green+Blue) = 192+111+110=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F6E is #3F9091. Grayscale: #878787. Windows color (decimal): -4165778 or 7237568. OLE color: 7237568.
HSL color Cylindrical-coordinate representation of color #C06F6E: hue angle of 0.73º 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 #C06F6E is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 110 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.25 |
| HSL | 0.73º | 0.39% | 0.59% | - |
| HSV(B) | 0.73º | 0.43% | 0.75% | - |
| XYZ | 30.24 | 23.7 | 17.73 | - |
| YUV | 135.11 | 113.84 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 110 | 0 | 0.42 | 0.43 | 0.25 | 0.73 | 0.39 | 0.59 |
| Hex | C0 | 6F | 6E | 0 | 2A | 2B | 19 | 1 | 27 | 3B |
| Octal | 300 | 157 | 156 | 0 | 52 | 53 | 31 | 1 | 47 | 73 |
| Binary | 11000000 | 1101111 | 1101110 | 0 | 101010 | 101011 | 11001 | 1 | 100111 | 111011 |
Color Harmonies of #C06F6E
Complementary color
Monochromatic Colors of #C06F6E
Black with #C06F6E
Text Example
Text Example
White with #C06F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F6E; }
p { color: rgb(192,111,110); }
H1.HeaderClassName
{
color: #C06F6E;
}
.AnyTagClassName
{
color: #C06F6E;
}
</style>
background-color css
<style>
a { background-color: #C06F6E; }
a { background-color: rgb(192,111,110); }
div.DivClassName
{
background-color: #C06F6E;
}
.BgClassName
{
background-color: #C06F6E;
}
</style>
border-color css
<style>
span { border-color: #C06F6E; }
span { border-color: rgb(192,111,110); }
td.TdClassName
{
border-color: #C06F6E;
}
.TagClassName
{
border-color: #C06F6E;
}
</style>