Shades of Contessa #C47673
Tints of Contessa #C47673
RGB
CMYK
RGB Variations
Color information
#C47673 (or 0xC47673) is known color: Contessa. HEX triplet: C4, 76 and 73. RGB value is (196,118,115). Sum of RGB (Red+Green+Blue) = 196+118+115=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C47673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47673 is #3B898C. Grayscale: #8D8D8D. Windows color (decimal): -3901837 or 7567044. OLE color: 7567044.
HSL color Cylindrical-coordinate representation of color #C47673: hue angle of 2.22º 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 #C47673 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 115 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.23 |
| HSL | 2.22º | 0.41% | 0.61% | - |
| HSV(B) | 2.22º | 0.41% | 0.77% | - |
| XYZ | 32.34 | 25.93 | 19.52 | - |
| YUV | 140.98 | 113.34 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 115 | 0 | 0.40 | 0.41 | 0.23 | 2.22 | 0.41 | 0.61 |
| Hex | C4 | 76 | 73 | 0 | 28 | 29 | 17 | 2 | 29 | 3D |
| Octal | 304 | 166 | 163 | 0 | 50 | 51 | 27 | 2 | 51 | 75 |
| Binary | 11000100 | 1110110 | 1110011 | 0 | 101000 | 101001 | 10111 | 10 | 101001 | 111101 |
Color Harmonies of #C47673
Complementary color
Monochromatic Colors of #C47673
Black with #C47673
Text Example
Text Example
White with #C47673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47673; }
p { color: rgb(196,118,115); }
H1.HeaderClassName
{
color: #C47673;
}
.AnyTagClassName
{
color: #C47673;
}
</style>
background-color css
<style>
a { background-color: #C47673; }
a { background-color: rgb(196,118,115); }
div.DivClassName
{
background-color: #C47673;
}
.BgClassName
{
background-color: #C47673;
}
</style>
border-color css
<style>
span { border-color: #C47673; }
span { border-color: rgb(196,118,115); }
td.TdClassName
{
border-color: #C47673;
}
.TagClassName
{
border-color: #C47673;
}
</style>