Shades of Contessa #C67666
Tints of Contessa #C67666
RGB
CMYK
RGB Variations
Color information
#C67666 (or 0xC67666) is known color: Contessa. HEX triplet: C6, 76 and 66. RGB value is (198,118,102). Sum of RGB (Red+Green+Blue) = 198+118+102=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C67666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67666 is #398999. Grayscale: #8C8C8C. Windows color (decimal): -3770778 or 6715078. OLE color: 6715078.
HSL color Cylindrical-coordinate representation of color #C67666: hue angle of 10º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C67666 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 102 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.22 |
| HSL | 10º | 0.46% | 0.59% | - |
| HSV(B) | 10º | 0.48% | 0.78% | - |
| XYZ | 32.17 | 25.92 | 15.88 | - |
| YUV | 140.1 | 106.5 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 102 | 0 | 0.40 | 0.48 | 0.22 | 10 | 0.46 | 0.59 |
| Hex | C6 | 76 | 66 | 0 | 28 | 30 | 16 | A | 2E | 3B |
| Octal | 306 | 166 | 146 | 0 | 50 | 60 | 26 | 12 | 56 | 73 |
| Binary | 11000110 | 1110110 | 1100110 | 0 | 101000 | 110000 | 10110 | 1010 | 101110 | 111011 |
Color Harmonies of #C67666
Complementary color
Monochromatic Colors of #C67666
Black with #C67666
Text Example
Text Example
White with #C67666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67666; }
p { color: rgb(198,118,102); }
H1.HeaderClassName
{
color: #C67666;
}
.AnyTagClassName
{
color: #C67666;
}
</style>
background-color css
<style>
a { background-color: #C67666; }
a { background-color: rgb(198,118,102); }
div.DivClassName
{
background-color: #C67666;
}
.BgClassName
{
background-color: #C67666;
}
</style>
border-color css
<style>
span { border-color: #C67666; }
span { border-color: rgb(198,118,102); }
td.TdClassName
{
border-color: #C67666;
}
.TagClassName
{
border-color: #C67666;
}
</style>