Shades of Contessa #C47373
Tints of Contessa #C47373
RGB
CMYK
RGB Variations
Color information
#C47373 (or 0xC47373) is known color: Contessa. HEX triplet: C4, 73 and 73. RGB value is (196,115,115). Sum of RGB (Red+Green+Blue) = 196+115+115=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C47373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47373 is #3B8C8C. Grayscale: #8B8B8B. Windows color (decimal): -3902605 or 7566276. OLE color: 7566276.
HSL color Cylindrical-coordinate representation of color #C47373: hue angle of 0º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C47373 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 115 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.23 |
| HSL | 0º | 0.41% | 0.61% | - |
| HSV(B) | 0º | 0.41% | 0.77% | - |
| XYZ | 31.99 | 25.24 | 19.4 | - |
| YUV | 139.22 | 114.34 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 115 | 0 | 0.41 | 0.41 | 0.23 | 0 | 0.41 | 0.61 |
| Hex | C4 | 73 | 73 | 0 | 29 | 29 | 17 | 0 | 29 | 3D |
| Octal | 304 | 163 | 163 | 0 | 51 | 51 | 27 | 0 | 51 | 75 |
| Binary | 11000100 | 1110011 | 1110011 | 0 | 101001 | 101001 | 10111 | 0 | 101001 | 111101 |
Color Harmonies of #C47373
Complementary color
Monochromatic Colors of #C47373
Black with #C47373
Text Example
Text Example
White with #C47373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47373; }
p { color: rgb(196,115,115); }
H1.HeaderClassName
{
color: #C47373;
}
.AnyTagClassName
{
color: #C47373;
}
</style>
background-color css
<style>
a { background-color: #C47373; }
a { background-color: rgb(196,115,115); }
div.DivClassName
{
background-color: #C47373;
}
.BgClassName
{
background-color: #C47373;
}
</style>
border-color css
<style>
span { border-color: #C47373; }
span { border-color: rgb(196,115,115); }
td.TdClassName
{
border-color: #C47373;
}
.TagClassName
{
border-color: #C47373;
}
</style>