Shades of Contessa #C06D69
Tints of Contessa #C06D69
RGB
CMYK
RGB Variations
Color information
#C06D69 (or 0xC06D69) is known color: Contessa. HEX triplet: C0, 6D and 69. RGB value is (192,109,105). Sum of RGB (Red+Green+Blue) = 192+109+105=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D69 is #3F9296. Grayscale: #858585. Windows color (decimal): -4166295 or 6909376. OLE color: 6909376.
HSL color Cylindrical-coordinate representation of color #C06D69: hue angle of 2.76º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06D69 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 105 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.25 |
| HSL | 2.76º | 0.41% | 0.58% | - |
| HSV(B) | 2.76º | 0.45% | 0.75% | - |
| XYZ | 29.76 | 23.16 | 16.27 | - |
| YUV | 133.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 105 | 0 | 0.43 | 0.45 | 0.25 | 2.76 | 0.41 | 0.58 |
| Hex | C0 | 6D | 69 | 0 | 2B | 2D | 19 | 3 | 29 | 3A |
| Octal | 300 | 155 | 151 | 0 | 53 | 55 | 31 | 3 | 51 | 72 |
| Binary | 11000000 | 1101101 | 1101001 | 0 | 101011 | 101101 | 11001 | 11 | 101001 | 111010 |
Color Harmonies of #C06D69
Complementary color
Monochromatic Colors of #C06D69
Black with #C06D69
Text Example
Text Example
White with #C06D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D69; }
p { color: rgb(192,109,105); }
H1.HeaderClassName
{
color: #C06D69;
}
.AnyTagClassName
{
color: #C06D69;
}
</style>
background-color css
<style>
a { background-color: #C06D69; }
a { background-color: rgb(192,109,105); }
div.DivClassName
{
background-color: #C06D69;
}
.BgClassName
{
background-color: #C06D69;
}
</style>
border-color css
<style>
span { border-color: #C06D69; }
span { border-color: rgb(192,109,105); }
td.TdClassName
{
border-color: #C06D69;
}
.TagClassName
{
border-color: #C06D69;
}
</style>