Shades of Contessa #C47C70
Tints of Contessa #C47C70
RGB
CMYK
RGB Variations
Color information
#C47C70 (or 0xC47C70) is known color: Contessa. HEX triplet: C4, 7C and 70. RGB value is (196,124,112). Sum of RGB (Red+Green+Blue) = 196+124+112=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C70 is #3B838F. Grayscale: #909090. Windows color (decimal): -3900304 or 7371972. OLE color: 7371972.
HSL color Cylindrical-coordinate representation of color #C47C70: hue angle of 8.57º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C47C70 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 112 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.23 |
| HSL | 8.57º | 0.42% | 0.6% | - |
| HSV(B) | 8.57º | 0.43% | 0.77% | - |
| XYZ | 32.9 | 27.32 | 18.87 | - |
| YUV | 144.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 112 | 0 | 0.37 | 0.43 | 0.23 | 8.57 | 0.42 | 0.6 |
| Hex | C4 | 7C | 70 | 0 | 25 | 2B | 17 | 9 | 2A | 3C |
| Octal | 304 | 174 | 160 | 0 | 45 | 53 | 27 | 11 | 52 | 74 |
| Binary | 11000100 | 1111100 | 1110000 | 0 | 100101 | 101011 | 10111 | 1001 | 101010 | 111100 |
Color Harmonies of #C47C70
Complementary color
Monochromatic Colors of #C47C70
Black with #C47C70
Text Example
Text Example
White with #C47C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C70; }
p { color: rgb(196,124,112); }
H1.HeaderClassName
{
color: #C47C70;
}
.AnyTagClassName
{
color: #C47C70;
}
</style>
background-color css
<style>
a { background-color: #C47C70; }
a { background-color: rgb(196,124,112); }
div.DivClassName
{
background-color: #C47C70;
}
.BgClassName
{
background-color: #C47C70;
}
</style>
border-color css
<style>
span { border-color: #C47C70; }
span { border-color: rgb(196,124,112); }
td.TdClassName
{
border-color: #C47C70;
}
.TagClassName
{
border-color: #C47C70;
}
</style>