Shades of Contessa #C47170
Tints of Contessa #C47170
RGB
CMYK
RGB Variations
Color information
#C47170 (or 0xC47170) is known color: Contessa. HEX triplet: C4, 71 and 70. RGB value is (196,113,112). Sum of RGB (Red+Green+Blue) = 196+113+112=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C47170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47170 is #3B8E8F. Grayscale: #898989. Windows color (decimal): -3903120 or 7369156. OLE color: 7369156.
HSL color Cylindrical-coordinate representation of color #C47170: hue angle of 0.71º 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 #C47170 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 112 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.23 |
| HSL | 0.71º | 0.42% | 0.6% | - |
| HSV(B) | 0.71º | 0.43% | 0.77% | - |
| XYZ | 31.59 | 24.72 | 18.43 | - |
| YUV | 137.7 | 113.5 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 112 | 0 | 0.42 | 0.43 | 0.23 | 0.71 | 0.42 | 0.6 |
| Hex | C4 | 71 | 70 | 0 | 2A | 2B | 17 | 1 | 2A | 3C |
| Octal | 304 | 161 | 160 | 0 | 52 | 53 | 27 | 1 | 52 | 74 |
| Binary | 11000100 | 1110001 | 1110000 | 0 | 101010 | 101011 | 10111 | 1 | 101010 | 111100 |
Color Harmonies of #C47170
Complementary color
Monochromatic Colors of #C47170
Black with #C47170
Text Example
Text Example
White with #C47170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47170; }
p { color: rgb(196,113,112); }
H1.HeaderClassName
{
color: #C47170;
}
.AnyTagClassName
{
color: #C47170;
}
</style>
background-color css
<style>
a { background-color: #C47170; }
a { background-color: rgb(196,113,112); }
div.DivClassName
{
background-color: #C47170;
}
.BgClassName
{
background-color: #C47170;
}
</style>
border-color css
<style>
span { border-color: #C47170; }
span { border-color: rgb(196,113,112); }
td.TdClassName
{
border-color: #C47170;
}
.TagClassName
{
border-color: #C47170;
}
</style>