Shades of Contessa #C66F66
Tints of Contessa #C66F66
RGB
CMYK
RGB Variations
Color information
#C66F66 (or 0xC66F66) is known color: Contessa. HEX triplet: C6, 6F and 66. RGB value is (198,111,102). Sum of RGB (Red+Green+Blue) = 198+111+102=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66F66 is #399099. Grayscale: #888888. Windows color (decimal): -3772570 or 6713286. OLE color: 6713286.
HSL color Cylindrical-coordinate representation of color #C66F66: hue angle of 5.62º 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 #C66F66 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 102 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.22 |
| HSL | 5.63º | 0.46% | 0.59% | - |
| HSV(B) | 5.63º | 0.48% | 0.78% | - |
| XYZ | 31.37 | 24.33 | 15.61 | - |
| YUV | 135.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 102 | 0 | 0.44 | 0.48 | 0.22 | 5.63 | 0.46 | 0.59 |
| Hex | C6 | 6F | 66 | 0 | 2C | 30 | 16 | 6 | 2E | 3B |
| Octal | 306 | 157 | 146 | 0 | 54 | 60 | 26 | 6 | 56 | 73 |
| Binary | 11000110 | 1101111 | 1100110 | 0 | 101100 | 110000 | 10110 | 110 | 101110 | 111011 |
Color Harmonies of #C66F66
Complementary color
Monochromatic Colors of #C66F66
Black with #C66F66
Text Example
Text Example
White with #C66F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F66; }
p { color: rgb(198,111,102); }
H1.HeaderClassName
{
color: #C66F66;
}
.AnyTagClassName
{
color: #C66F66;
}
</style>
background-color css
<style>
a { background-color: #C66F66; }
a { background-color: rgb(198,111,102); }
div.DivClassName
{
background-color: #C66F66;
}
.BgClassName
{
background-color: #C66F66;
}
</style>
border-color css
<style>
span { border-color: #C66F66; }
span { border-color: rgb(198,111,102); }
td.TdClassName
{
border-color: #C66F66;
}
.TagClassName
{
border-color: #C66F66;
}
</style>