Shades of Contessa #C47361
Tints of Contessa #C47361
RGB
CMYK
RGB Variations
Color information
#C47361 (or 0xC47361) is known color: Contessa. HEX triplet: C4, 73 and 61. RGB value is (196,115,97). Sum of RGB (Red+Green+Blue) = 196+115+97=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C47361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47361 is #3B8C9E. Grayscale: #898989. Windows color (decimal): -3902623 or 6386628. OLE color: 6386628.
HSL color Cylindrical-coordinate representation of color #C47361: hue angle of 10.91º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C47361 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 97 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.23 |
| HSL | 10.91º | 0.46% | 0.57% | - |
| HSV(B) | 10.91º | 0.51% | 0.77% | - |
| XYZ | 31.05 | 24.86 | 14.47 | - |
| YUV | 137.17 | 105.34 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 97 | 0 | 0.41 | 0.51 | 0.23 | 10.91 | 0.46 | 0.57 |
| Hex | C4 | 73 | 61 | 0 | 29 | 33 | 17 | B | 2E | 39 |
| Octal | 304 | 163 | 141 | 0 | 51 | 63 | 27 | 13 | 56 | 71 |
| Binary | 11000100 | 1110011 | 1100001 | 0 | 101001 | 110011 | 10111 | 1011 | 101110 | 111001 |
Color Harmonies of #C47361
Complementary color
Monochromatic Colors of #C47361
Black with #C47361
Text Example
Text Example
White with #C47361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47361; }
p { color: rgb(196,115,97); }
H1.HeaderClassName
{
color: #C47361;
}
.AnyTagClassName
{
color: #C47361;
}
</style>
background-color css
<style>
a { background-color: #C47361; }
a { background-color: rgb(196,115,97); }
div.DivClassName
{
background-color: #C47361;
}
.BgClassName
{
background-color: #C47361;
}
</style>
border-color css
<style>
span { border-color: #C47361; }
span { border-color: rgb(196,115,97); }
td.TdClassName
{
border-color: #C47361;
}
.TagClassName
{
border-color: #C47361;
}
</style>