Shades of Contessa #C56C61
Tints of Contessa #C56C61
RGB
CMYK
RGB Variations
Color information
#C56C61 (or 0xC56C61) is known color: Contessa. HEX triplet: C5, 6C and 61. RGB value is (197,108,97). Sum of RGB (Red+Green+Blue) = 197+108+97=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56C61 is #3A939E. Grayscale: #858585. Windows color (decimal): -3838879 or 6384837. OLE color: 6384837.
HSL color Cylindrical-coordinate representation of color #C56C61: hue angle of 6.6º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56C61 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 97 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.23 |
| HSL | 6.6º | 0.46% | 0.58% | - |
| HSV(B) | 6.6º | 0.51% | 0.77% | - |
| XYZ | 30.55 | 23.46 | 14.23 | - |
| YUV | 133.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 97 | 0 | 0.45 | 0.51 | 0.23 | 6.6 | 0.46 | 0.58 |
| Hex | C5 | 6C | 61 | 0 | 2D | 33 | 17 | 7 | 2E | 3A |
| Octal | 305 | 154 | 141 | 0 | 55 | 63 | 27 | 7 | 56 | 72 |
| Binary | 11000101 | 1101100 | 1100001 | 0 | 101101 | 110011 | 10111 | 111 | 101110 | 111010 |
Color Harmonies of #C56C61
Complementary color
Monochromatic Colors of #C56C61
Black with #C56C61
Text Example
Text Example
White with #C56C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C61; }
p { color: rgb(197,108,97); }
H1.HeaderClassName
{
color: #C56C61;
}
.AnyTagClassName
{
color: #C56C61;
}
</style>
background-color css
<style>
a { background-color: #C56C61; }
a { background-color: rgb(197,108,97); }
div.DivClassName
{
background-color: #C56C61;
}
.BgClassName
{
background-color: #C56C61;
}
</style>
border-color css
<style>
span { border-color: #C56C61; }
span { border-color: rgb(197,108,97); }
td.TdClassName
{
border-color: #C56C61;
}
.TagClassName
{
border-color: #C56C61;
}
</style>