Shades of Contessa #C56D63
Tints of Contessa #C56D63
RGB
CMYK
RGB Variations
Color information
#C56D63 (or 0xC56D63) is known color: Contessa. HEX triplet: C5, 6D and 63. RGB value is (197,109,99). Sum of RGB (Red+Green+Blue) = 197+109+99=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56D63 is #3A929C. Grayscale: #868686. Windows color (decimal): -3838621 or 6516165. OLE color: 6516165.
HSL color Cylindrical-coordinate representation of color #C56D63: hue angle of 6.12º 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 #C56D63 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 99 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.23 |
| HSL | 6.12º | 0.46% | 0.58% | - |
| HSV(B) | 6.12º | 0.5% | 0.77% | - |
| XYZ | 30.75 | 23.71 | 14.76 | - |
| YUV | 134.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 99 | 0 | 0.45 | 0.50 | 0.23 | 6.12 | 0.46 | 0.58 |
| Hex | C5 | 6D | 63 | 0 | 2D | 32 | 17 | 6 | 2E | 3A |
| Octal | 305 | 155 | 143 | 0 | 55 | 62 | 27 | 6 | 56 | 72 |
| Binary | 11000101 | 1101101 | 1100011 | 0 | 101101 | 110010 | 10111 | 110 | 101110 | 111010 |
Color Harmonies of #C56D63
Complementary color
Monochromatic Colors of #C56D63
Black with #C56D63
Text Example
Text Example
White with #C56D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D63; }
p { color: rgb(197,109,99); }
H1.HeaderClassName
{
color: #C56D63;
}
.AnyTagClassName
{
color: #C56D63;
}
</style>
background-color css
<style>
a { background-color: #C56D63; }
a { background-color: rgb(197,109,99); }
div.DivClassName
{
background-color: #C56D63;
}
.BgClassName
{
background-color: #C56D63;
}
</style>
border-color css
<style>
span { border-color: #C56D63; }
span { border-color: rgb(197,109,99); }
td.TdClassName
{
border-color: #C56D63;
}
.TagClassName
{
border-color: #C56D63;
}
</style>