Shades of Contessa #C47368
Tints of Contessa #C47368
RGB
CMYK
RGB Variations
Color information
#C47368 (or 0xC47368) is known color: Contessa. HEX triplet: C4, 73 and 68. RGB value is (196,115,104). Sum of RGB (Red+Green+Blue) = 196+115+104=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C47368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47368 is #3B8C97. Grayscale: #8A8A8A. Windows color (decimal): -3902616 or 6845380. OLE color: 6845380.
HSL color Cylindrical-coordinate representation of color #C47368: hue angle of 7.17º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C47368 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 104 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.23 |
| HSL | 7.17º | 0.44% | 0.59% | - |
| HSV(B) | 7.17º | 0.47% | 0.77% | - |
| XYZ | 31.39 | 25 | 16.27 | - |
| YUV | 137.97 | 108.84 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 104 | 0 | 0.41 | 0.47 | 0.23 | 7.17 | 0.44 | 0.59 |
| Hex | C4 | 73 | 68 | 0 | 29 | 2F | 17 | 7 | 2C | 3B |
| Octal | 304 | 163 | 150 | 0 | 51 | 57 | 27 | 7 | 54 | 73 |
| Binary | 11000100 | 1110011 | 1101000 | 0 | 101001 | 101111 | 10111 | 111 | 101100 | 111011 |
Color Harmonies of #C47368
Complementary color
Monochromatic Colors of #C47368
Black with #C47368
Text Example
Text Example
White with #C47368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47368; }
p { color: rgb(196,115,104); }
H1.HeaderClassName
{
color: #C47368;
}
.AnyTagClassName
{
color: #C47368;
}
</style>
background-color css
<style>
a { background-color: #C47368; }
a { background-color: rgb(196,115,104); }
div.DivClassName
{
background-color: #C47368;
}
.BgClassName
{
background-color: #C47368;
}
</style>
border-color css
<style>
span { border-color: #C47368; }
span { border-color: rgb(196,115,104); }
td.TdClassName
{
border-color: #C47368;
}
.TagClassName
{
border-color: #C47368;
}
</style>