Shades of Contessa #C06D66
Tints of Contessa #C06D66
RGB
CMYK
RGB Variations
Color information
#C06D66 (or 0xC06D66) is known color: Contessa. HEX triplet: C0, 6D and 66. RGB value is (192,109,102). Sum of RGB (Red+Green+Blue) = 192+109+102=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D66 is #3F9299. Grayscale: #858585. Windows color (decimal): -4166298 or 6712768. OLE color: 6712768.
HSL color Cylindrical-coordinate representation of color #C06D66: hue angle of 4.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06D66 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 102 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.25 |
| HSL | 4.67º | 0.42% | 0.58% | - |
| HSV(B) | 4.67º | 0.47% | 0.75% | - |
| XYZ | 29.61 | 23.1 | 15.47 | - |
| YUV | 133.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 102 | 0 | 0.43 | 0.47 | 0.25 | 4.67 | 0.42 | 0.58 |
| Hex | C0 | 6D | 66 | 0 | 2B | 2F | 19 | 5 | 2A | 3A |
| Octal | 300 | 155 | 146 | 0 | 53 | 57 | 31 | 5 | 52 | 72 |
| Binary | 11000000 | 1101101 | 1100110 | 0 | 101011 | 101111 | 11001 | 101 | 101010 | 111010 |
Color Harmonies of #C06D66
Complementary color
Monochromatic Colors of #C06D66
Black with #C06D66
Text Example
Text Example
White with #C06D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D66; }
p { color: rgb(192,109,102); }
H1.HeaderClassName
{
color: #C06D66;
}
.AnyTagClassName
{
color: #C06D66;
}
</style>
background-color css
<style>
a { background-color: #C06D66; }
a { background-color: rgb(192,109,102); }
div.DivClassName
{
background-color: #C06D66;
}
.BgClassName
{
background-color: #C06D66;
}
</style>
border-color css
<style>
span { border-color: #C06D66; }
span { border-color: rgb(192,109,102); }
td.TdClassName
{
border-color: #C06D66;
}
.TagClassName
{
border-color: #C06D66;
}
</style>