Shades of Contessa #C47266
Tints of Contessa #C47266
RGB
CMYK
RGB Variations
Color information
#C47266 (or 0xC47266) is known color: Contessa. HEX triplet: C4, 72 and 66. RGB value is (196,114,102). Sum of RGB (Red+Green+Blue) = 196+114+102=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C47266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47266 is #3B8D99. Grayscale: #898989. Windows color (decimal): -3902874 or 6714052. OLE color: 6714052.
HSL color Cylindrical-coordinate representation of color #C47266: hue angle of 7.66º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C47266 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 102 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.23 |
| HSL | 7.66º | 0.44% | 0.58% | - |
| HSV(B) | 7.66º | 0.48% | 0.77% | - |
| XYZ | 31.18 | 24.73 | 15.7 | - |
| YUV | 137.15 | 108.17 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 102 | 0 | 0.42 | 0.48 | 0.23 | 7.66 | 0.44 | 0.58 |
| Hex | C4 | 72 | 66 | 0 | 2A | 30 | 17 | 8 | 2C | 3A |
| Octal | 304 | 162 | 146 | 0 | 52 | 60 | 27 | 10 | 54 | 72 |
| Binary | 11000100 | 1110010 | 1100110 | 0 | 101010 | 110000 | 10111 | 1000 | 101100 | 111010 |
Color Harmonies of #C47266
Complementary color
Monochromatic Colors of #C47266
Black with #C47266
Text Example
Text Example
White with #C47266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47266; }
p { color: rgb(196,114,102); }
H1.HeaderClassName
{
color: #C47266;
}
.AnyTagClassName
{
color: #C47266;
}
</style>
background-color css
<style>
a { background-color: #C47266; }
a { background-color: rgb(196,114,102); }
div.DivClassName
{
background-color: #C47266;
}
.BgClassName
{
background-color: #C47266;
}
</style>
border-color css
<style>
span { border-color: #C47266; }
span { border-color: rgb(196,114,102); }
td.TdClassName
{
border-color: #C47266;
}
.TagClassName
{
border-color: #C47266;
}
</style>