Shades of Contessa #C06666
Tints of Contessa #C06666
RGB
CMYK
RGB Variations
Color information
#C06666 (or 0xC06666) is known color: Contessa. HEX triplet: C0, 66 and 66. RGB value is (192,102,102). Sum of RGB (Red+Green+Blue) = 192+102+102=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C06666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06666 is #3F9999. Grayscale: #818181. Windows color (decimal): -4168090 or 6710976. OLE color: 6710976.
HSL color Cylindrical-coordinate representation of color #C06666: hue angle of 0º 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 #C06666 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 102 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.25 |
| HSL | 0º | 0.42% | 0.58% | - |
| HSV(B) | 0º | 0.47% | 0.75% | - |
| XYZ | 28.89 | 21.67 | 15.23 | - |
| YUV | 128.91 | 112.82 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 102 | 0 | 0.47 | 0.47 | 0.25 | 0 | 0.42 | 0.58 |
| Hex | C0 | 66 | 66 | 0 | 2F | 2F | 19 | 0 | 2A | 3A |
| Octal | 300 | 146 | 146 | 0 | 57 | 57 | 31 | 0 | 52 | 72 |
| Binary | 11000000 | 1100110 | 1100110 | 0 | 101111 | 101111 | 11001 | 0 | 101010 | 111010 |
Color Harmonies of #C06666
Complementary color
Monochromatic Colors of #C06666
Black with #C06666
Text Example
Text Example
White with #C06666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06666; }
p { color: rgb(192,102,102); }
H1.HeaderClassName
{
color: #C06666;
}
.AnyTagClassName
{
color: #C06666;
}
</style>
background-color css
<style>
a { background-color: #C06666; }
a { background-color: rgb(192,102,102); }
div.DivClassName
{
background-color: #C06666;
}
.BgClassName
{
background-color: #C06666;
}
</style>
border-color css
<style>
span { border-color: #C06666; }
span { border-color: rgb(192,102,102); }
td.TdClassName
{
border-color: #C06666;
}
.TagClassName
{
border-color: #C06666;
}
</style>