Shades of Contessa #C67966
Tints of Contessa #C67966
RGB
CMYK
RGB Variations
Color information
#C67966 (or 0xC67966) is known color: Contessa. HEX triplet: C6, 79 and 66. RGB value is (198,121,102). Sum of RGB (Red+Green+Blue) = 198+121+102=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C67966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67966 is #398699. Grayscale: #8E8E8E. Windows color (decimal): -3770010 or 6715846. OLE color: 6715846.
HSL color Cylindrical-coordinate representation of color #C67966: hue angle of 11.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 #C67966 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 102 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.22 |
| HSL | 11.88º | 0.46% | 0.59% | - |
| HSV(B) | 11.88º | 0.48% | 0.78% | - |
| XYZ | 32.52 | 26.64 | 16 | - |
| YUV | 141.86 | 105.51 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 102 | 0 | 0.39 | 0.48 | 0.22 | 11.88 | 0.46 | 0.59 |
| Hex | C6 | 79 | 66 | 0 | 27 | 30 | 16 | C | 2E | 3B |
| Octal | 306 | 171 | 146 | 0 | 47 | 60 | 26 | 14 | 56 | 73 |
| Binary | 11000110 | 1111001 | 1100110 | 0 | 100111 | 110000 | 10110 | 1100 | 101110 | 111011 |
Color Harmonies of #C67966
Complementary color
Monochromatic Colors of #C67966
Black with #C67966
Text Example
Text Example
White with #C67966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67966; }
p { color: rgb(198,121,102); }
H1.HeaderClassName
{
color: #C67966;
}
.AnyTagClassName
{
color: #C67966;
}
</style>
background-color css
<style>
a { background-color: #C67966; }
a { background-color: rgb(198,121,102); }
div.DivClassName
{
background-color: #C67966;
}
.BgClassName
{
background-color: #C67966;
}
</style>
border-color css
<style>
span { border-color: #C67966; }
span { border-color: rgb(198,121,102); }
td.TdClassName
{
border-color: #C67966;
}
.TagClassName
{
border-color: #C67966;
}
</style>