Shades of Contessa #C57966
Tints of Contessa #C57966
RGB
CMYK
RGB Variations
Color information
#C57966 (or 0xC57966) is known color: Contessa. HEX triplet: C5, 79 and 66. RGB value is (197,121,102). Sum of RGB (Red+Green+Blue) = 197+121+102=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C57966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57966 is #3A8699. Grayscale: #8D8D8D. Windows color (decimal): -3835546 or 6715845. OLE color: 6715845.
HSL color Cylindrical-coordinate representation of color #C57966: hue angle of 12º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C57966 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 102 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.23 |
| HSL | 12º | 0.45% | 0.59% | - |
| HSV(B) | 12º | 0.48% | 0.77% | - |
| XYZ | 32.26 | 26.5 | 15.99 | - |
| YUV | 141.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 102 | 0 | 0.39 | 0.48 | 0.23 | 12 | 0.45 | 0.59 |
| Hex | C5 | 79 | 66 | 0 | 27 | 30 | 17 | C | 2D | 3B |
| Octal | 305 | 171 | 146 | 0 | 47 | 60 | 27 | 14 | 55 | 73 |
| Binary | 11000101 | 1111001 | 1100110 | 0 | 100111 | 110000 | 10111 | 1100 | 101101 | 111011 |
Color Harmonies of #C57966
Complementary color
Monochromatic Colors of #C57966
Black with #C57966
Text Example
Text Example
White with #C57966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57966; }
p { color: rgb(197,121,102); }
H1.HeaderClassName
{
color: #C57966;
}
.AnyTagClassName
{
color: #C57966;
}
</style>
background-color css
<style>
a { background-color: #C57966; }
a { background-color: rgb(197,121,102); }
div.DivClassName
{
background-color: #C57966;
}
.BgClassName
{
background-color: #C57966;
}
</style>
border-color css
<style>
span { border-color: #C57966; }
span { border-color: rgb(197,121,102); }
td.TdClassName
{
border-color: #C57966;
}
.TagClassName
{
border-color: #C57966;
}
</style>