Shades of Contessa #C66A66
Tints of Contessa #C66A66
RGB
CMYK
RGB Variations
Color information
#C66A66 (or 0xC66A66) is known color: Contessa. HEX triplet: C6, 6A and 66. RGB value is (198,106,102). Sum of RGB (Red+Green+Blue) = 198+106+102=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66A66 is #399599. Grayscale: #858585. Windows color (decimal): -3773850 or 6712006. OLE color: 6712006.
HSL color Cylindrical-coordinate representation of color #C66A66: hue angle of 2.5º 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 #C66A66 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 106 | 102 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.22 |
| HSL | 2.5º | 0.46% | 0.59% | - |
| HSV(B) | 2.5º | 0.48% | 0.78% | - |
| XYZ | 30.84 | 23.27 | 15.44 | - |
| YUV | 133.05 | 110.48 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 102 | 0 | 0.46 | 0.48 | 0.22 | 2.5 | 0.46 | 0.59 |
| Hex | C6 | 6A | 66 | 0 | 2E | 30 | 16 | 2 | 2E | 3B |
| Octal | 306 | 152 | 146 | 0 | 56 | 60 | 26 | 2 | 56 | 73 |
| Binary | 11000110 | 1101010 | 1100110 | 0 | 101110 | 110000 | 10110 | 10 | 101110 | 111011 |
Color Harmonies of #C66A66
Complementary color
Monochromatic Colors of #C66A66
Black with #C66A66
Text Example
Text Example
White with #C66A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66A66; }
p { color: rgb(198,106,102); }
H1.HeaderClassName
{
color: #C66A66;
}
.AnyTagClassName
{
color: #C66A66;
}
</style>
background-color css
<style>
a { background-color: #C66A66; }
a { background-color: rgb(198,106,102); }
div.DivClassName
{
background-color: #C66A66;
}
.BgClassName
{
background-color: #C66A66;
}
</style>
border-color css
<style>
span { border-color: #C66A66; }
span { border-color: rgb(198,106,102); }
td.TdClassName
{
border-color: #C66A66;
}
.TagClassName
{
border-color: #C66A66;
}
</style>