Shades of Contessa #C66866
Tints of Contessa #C66866
RGB
CMYK
RGB Variations
Color information
#C66866 (or 0xC66866) is known color: Contessa. HEX triplet: C6, 68 and 66. RGB value is (198,104,102). Sum of RGB (Red+Green+Blue) = 198+104+102=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C66866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66866 is #399799. Grayscale: #838383. Windows color (decimal): -3774362 or 6711494. OLE color: 6711494.
HSL color Cylindrical-coordinate representation of color #C66866: hue angle of 1.25º 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 #C66866 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 102 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.22 |
| HSL | 1.25º | 0.46% | 0.59% | - |
| HSV(B) | 1.25º | 0.48% | 0.78% | - |
| XYZ | 30.64 | 22.87 | 15.37 | - |
| YUV | 131.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 102 | 0 | 0.47 | 0.48 | 0.22 | 1.25 | 0.46 | 0.59 |
| Hex | C6 | 68 | 66 | 0 | 2F | 30 | 16 | 1 | 2E | 3B |
| Octal | 306 | 150 | 146 | 0 | 57 | 60 | 26 | 1 | 56 | 73 |
| Binary | 11000110 | 1101000 | 1100110 | 0 | 101111 | 110000 | 10110 | 1 | 101110 | 111011 |
Color Harmonies of #C66866
Complementary color
Monochromatic Colors of #C66866
Black with #C66866
Text Example
Text Example
White with #C66866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66866; }
p { color: rgb(198,104,102); }
H1.HeaderClassName
{
color: #C66866;
}
.AnyTagClassName
{
color: #C66866;
}
</style>
background-color css
<style>
a { background-color: #C66866; }
a { background-color: rgb(198,104,102); }
div.DivClassName
{
background-color: #C66866;
}
.BgClassName
{
background-color: #C66866;
}
</style>
border-color css
<style>
span { border-color: #C66866; }
span { border-color: rgb(198,104,102); }
td.TdClassName
{
border-color: #C66866;
}
.TagClassName
{
border-color: #C66866;
}
</style>