Shades of Contessa #C47C6A
Tints of Contessa #C47C6A
RGB
CMYK
RGB Variations
Color information
#C47C6A (or 0xC47C6A) is known color: Contessa. HEX triplet: C4, 7C and 6A. RGB value is (196,124,106). Sum of RGB (Red+Green+Blue) = 196+124+106=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C6A is #3B8395. Grayscale: #8F8F8F. Windows color (decimal): -3900310 or 6978756. OLE color: 6978756.
HSL color Cylindrical-coordinate representation of color #C47C6A: hue angle of 12º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C47C6A is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 106 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.23 |
| HSL | 12º | 0.43% | 0.59% | - |
| HSV(B) | 12º | 0.46% | 0.77% | - |
| XYZ | 32.57 | 27.19 | 17.17 | - |
| YUV | 143.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 106 | 0 | 0.37 | 0.46 | 0.23 | 12 | 0.43 | 0.59 |
| Hex | C4 | 7C | 6A | 0 | 25 | 2E | 17 | C | 2B | 3B |
| Octal | 304 | 174 | 152 | 0 | 45 | 56 | 27 | 14 | 53 | 73 |
| Binary | 11000100 | 1111100 | 1101010 | 0 | 100101 | 101110 | 10111 | 1100 | 101011 | 111011 |
Color Harmonies of #C47C6A
Complementary color
Monochromatic Colors of #C47C6A
Black with #C47C6A
Text Example
Text Example
White with #C47C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C6A; }
p { color: rgb(196,124,106); }
H1.HeaderClassName
{
color: #C47C6A;
}
.AnyTagClassName
{
color: #C47C6A;
}
</style>
background-color css
<style>
a { background-color: #C47C6A; }
a { background-color: rgb(196,124,106); }
div.DivClassName
{
background-color: #C47C6A;
}
.BgClassName
{
background-color: #C47C6A;
}
</style>
border-color css
<style>
span { border-color: #C47C6A; }
span { border-color: rgb(196,124,106); }
td.TdClassName
{
border-color: #C47C6A;
}
.TagClassName
{
border-color: #C47C6A;
}
</style>