Shades of Contessa #C47A66
Tints of Contessa #C47A66
RGB
CMYK
RGB Variations
Color information
#C47A66 (or 0xC47A66) is known color: Contessa. HEX triplet: C4, 7A and 66. RGB value is (196,122,102). Sum of RGB (Red+Green+Blue) = 196+122+102=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A66 is #3B8599. Grayscale: #8D8D8D. Windows color (decimal): -3900826 or 6716100. OLE color: 6716100.
HSL color Cylindrical-coordinate representation of color #C47A66: hue angle of 12.77º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C47A66 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 102 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.23 |
| HSL | 12.77º | 0.44% | 0.58% | - |
| HSV(B) | 12.77º | 0.48% | 0.77% | - |
| XYZ | 32.12 | 26.61 | 16.01 | - |
| YUV | 141.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 102 | 0 | 0.38 | 0.48 | 0.23 | 12.77 | 0.44 | 0.58 |
| Hex | C4 | 7A | 66 | 0 | 26 | 30 | 17 | D | 2C | 3A |
| Octal | 304 | 172 | 146 | 0 | 46 | 60 | 27 | 15 | 54 | 72 |
| Binary | 11000100 | 1111010 | 1100110 | 0 | 100110 | 110000 | 10111 | 1101 | 101100 | 111010 |
Color Harmonies of #C47A66
Complementary color
Monochromatic Colors of #C47A66
Black with #C47A66
Text Example
Text Example
White with #C47A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A66; }
p { color: rgb(196,122,102); }
H1.HeaderClassName
{
color: #C47A66;
}
.AnyTagClassName
{
color: #C47A66;
}
</style>
background-color css
<style>
a { background-color: #C47A66; }
a { background-color: rgb(196,122,102); }
div.DivClassName
{
background-color: #C47A66;
}
.BgClassName
{
background-color: #C47A66;
}
</style>
border-color css
<style>
span { border-color: #C47A66; }
span { border-color: rgb(196,122,102); }
td.TdClassName
{
border-color: #C47A66;
}
.TagClassName
{
border-color: #C47A66;
}
</style>