Shades of Contessa #C57463
Tints of Contessa #C57463
RGB
CMYK
RGB Variations
Color information
#C57463 (or 0xC57463) is known color: Contessa. HEX triplet: C5, 74 and 63. RGB value is (197,116,99). Sum of RGB (Red+Green+Blue) = 197+116+99=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C57463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57463 is #3A8B9C. Grayscale: #8A8A8A. Windows color (decimal): -3836829 or 6517957. OLE color: 6517957.
HSL color Cylindrical-coordinate representation of color #C57463: hue angle of 10.41º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C57463 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 99 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.23 |
| HSL | 10.41º | 0.46% | 0.58% | - |
| HSV(B) | 10.41º | 0.5% | 0.77% | - |
| XYZ | 31.52 | 25.26 | 15.02 | - |
| YUV | 138.28 | 105.84 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 99 | 0 | 0.41 | 0.50 | 0.23 | 10.41 | 0.46 | 0.58 |
| Hex | C5 | 74 | 63 | 0 | 29 | 32 | 17 | A | 2E | 3A |
| Octal | 305 | 164 | 143 | 0 | 51 | 62 | 27 | 12 | 56 | 72 |
| Binary | 11000101 | 1110100 | 1100011 | 0 | 101001 | 110010 | 10111 | 1010 | 101110 | 111010 |
Color Harmonies of #C57463
Complementary color
Monochromatic Colors of #C57463
Black with #C57463
Text Example
Text Example
White with #C57463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57463; }
p { color: rgb(197,116,99); }
H1.HeaderClassName
{
color: #C57463;
}
.AnyTagClassName
{
color: #C57463;
}
</style>
background-color css
<style>
a { background-color: #C57463; }
a { background-color: rgb(197,116,99); }
div.DivClassName
{
background-color: #C57463;
}
.BgClassName
{
background-color: #C57463;
}
</style>
border-color css
<style>
span { border-color: #C57463; }
span { border-color: rgb(197,116,99); }
td.TdClassName
{
border-color: #C57463;
}
.TagClassName
{
border-color: #C57463;
}
</style>