Shades of Contessa #C67766
Tints of Contessa #C67766
RGB
CMYK
RGB Variations
Color information
#C67766 (or 0xC67766) is known color: Contessa. HEX triplet: C6, 77 and 66. RGB value is (198,119,102). Sum of RGB (Red+Green+Blue) = 198+119+102=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C67766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67766 is #398899. Grayscale: #8C8C8C. Windows color (decimal): -3770522 or 6715334. OLE color: 6715334.
HSL color Cylindrical-coordinate representation of color #C67766: hue angle of 10.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 #C67766 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 102 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.22 |
| HSL | 10.63º | 0.46% | 0.59% | - |
| HSV(B) | 10.63º | 0.48% | 0.78% | - |
| XYZ | 32.28 | 26.16 | 15.92 | - |
| YUV | 140.68 | 106.17 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 102 | 0 | 0.40 | 0.48 | 0.22 | 10.63 | 0.46 | 0.59 |
| Hex | C6 | 77 | 66 | 0 | 28 | 30 | 16 | B | 2E | 3B |
| Octal | 306 | 167 | 146 | 0 | 50 | 60 | 26 | 13 | 56 | 73 |
| Binary | 11000110 | 1110111 | 1100110 | 0 | 101000 | 110000 | 10110 | 1011 | 101110 | 111011 |
Color Harmonies of #C67766
Complementary color
Monochromatic Colors of #C67766
Black with #C67766
Text Example
Text Example
White with #C67766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67766; }
p { color: rgb(198,119,102); }
H1.HeaderClassName
{
color: #C67766;
}
.AnyTagClassName
{
color: #C67766;
}
</style>
background-color css
<style>
a { background-color: #C67766; }
a { background-color: rgb(198,119,102); }
div.DivClassName
{
background-color: #C67766;
}
.BgClassName
{
background-color: #C67766;
}
</style>
border-color css
<style>
span { border-color: #C67766; }
span { border-color: rgb(198,119,102); }
td.TdClassName
{
border-color: #C67766;
}
.TagClassName
{
border-color: #C67766;
}
</style>