Shades of Contessa #C66966
Tints of Contessa #C66966
RGB
CMYK
RGB Variations
Color information
#C66966 (or 0xC66966) is known color: Contessa. HEX triplet: C6, 69 and 66. RGB value is (198,105,102). Sum of RGB (Red+Green+Blue) = 198+105+102=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C66966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66966 is #399699. Grayscale: #848484. Windows color (decimal): -3774106 or 6711750. OLE color: 6711750.
HSL color Cylindrical-coordinate representation of color #C66966: hue angle of 1.88º 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 #C66966 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 102 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.22 |
| HSL | 1.88º | 0.46% | 0.59% | - |
| HSV(B) | 1.88º | 0.48% | 0.78% | - |
| XYZ | 30.74 | 23.07 | 15.4 | - |
| YUV | 132.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 102 | 0 | 0.47 | 0.48 | 0.22 | 1.88 | 0.46 | 0.59 |
| Hex | C6 | 69 | 66 | 0 | 2F | 30 | 16 | 2 | 2E | 3B |
| Octal | 306 | 151 | 146 | 0 | 57 | 60 | 26 | 2 | 56 | 73 |
| Binary | 11000110 | 1101001 | 1100110 | 0 | 101111 | 110000 | 10110 | 10 | 101110 | 111011 |
Color Harmonies of #C66966
Complementary color
Monochromatic Colors of #C66966
Black with #C66966
Text Example
Text Example
White with #C66966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66966; }
p { color: rgb(198,105,102); }
H1.HeaderClassName
{
color: #C66966;
}
.AnyTagClassName
{
color: #C66966;
}
</style>
background-color css
<style>
a { background-color: #C66966; }
a { background-color: rgb(198,105,102); }
div.DivClassName
{
background-color: #C66966;
}
.BgClassName
{
background-color: #C66966;
}
</style>
border-color css
<style>
span { border-color: #C66966; }
span { border-color: rgb(198,105,102); }
td.TdClassName
{
border-color: #C66966;
}
.TagClassName
{
border-color: #C66966;
}
</style>