Shades of Contessa #C56C5E
Tints of Contessa #C56C5E
RGB
CMYK
RGB Variations
Color information
#C56C5E (or 0xC56C5E) is known color: Contessa. HEX triplet: C5, 6C and 5E. RGB value is (197,108,94). Sum of RGB (Red+Green+Blue) = 197+108+94=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56C5E is #3A93A1. Grayscale: #858585. Windows color (decimal): -3838882 or 6188229. OLE color: 6188229.
HSL color Cylindrical-coordinate representation of color #C56C5E: hue angle of 8.16º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C56C5E is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 94 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.23 |
| HSL | 8.16º | 0.47% | 0.57% | - |
| HSV(B) | 8.16º | 0.52% | 0.77% | - |
| XYZ | 30.41 | 23.4 | 13.5 | - |
| YUV | 133.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 94 | 0 | 0.45 | 0.52 | 0.23 | 8.16 | 0.47 | 0.57 |
| Hex | C5 | 6C | 5E | 0 | 2D | 34 | 17 | 8 | 2F | 39 |
| Octal | 305 | 154 | 136 | 0 | 55 | 64 | 27 | 10 | 57 | 71 |
| Binary | 11000101 | 1101100 | 1011110 | 0 | 101101 | 110100 | 10111 | 1000 | 101111 | 111001 |
Color Harmonies of #C56C5E
Complementary color
Monochromatic Colors of #C56C5E
Black with #C56C5E
Text Example
Text Example
White with #C56C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C5E; }
p { color: rgb(197,108,94); }
H1.HeaderClassName
{
color: #C56C5E;
}
.AnyTagClassName
{
color: #C56C5E;
}
</style>
background-color css
<style>
a { background-color: #C56C5E; }
a { background-color: rgb(197,108,94); }
div.DivClassName
{
background-color: #C56C5E;
}
.BgClassName
{
background-color: #C56C5E;
}
</style>
border-color css
<style>
span { border-color: #C56C5E; }
span { border-color: rgb(197,108,94); }
td.TdClassName
{
border-color: #C56C5E;
}
.TagClassName
{
border-color: #C56C5E;
}
</style>