Shades of Contessa #C56861
Tints of Contessa #C56861
RGB
CMYK
RGB Variations
Color information
#C56861 (or 0xC56861) is known color: Contessa. HEX triplet: C5, 68 and 61. RGB value is (197,104,97). Sum of RGB (Red+Green+Blue) = 197+104+97=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C56861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56861 is #3A979E. Grayscale: #838383. Windows color (decimal): -3839903 or 6383813. OLE color: 6383813.
HSL color Cylindrical-coordinate representation of color #C56861: hue angle of 4.2º 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 #C56861 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 97 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.23 |
| HSL | 4.2º | 0.46% | 0.58% | - |
| HSV(B) | 4.2º | 0.51% | 0.77% | - |
| XYZ | 30.13 | 22.63 | 14.09 | - |
| YUV | 131.01 | 108.81 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 97 | 0 | 0.47 | 0.51 | 0.23 | 4.2 | 0.46 | 0.58 |
| Hex | C5 | 68 | 61 | 0 | 2F | 33 | 17 | 4 | 2E | 3A |
| Octal | 305 | 150 | 141 | 0 | 57 | 63 | 27 | 4 | 56 | 72 |
| Binary | 11000101 | 1101000 | 1100001 | 0 | 101111 | 110011 | 10111 | 100 | 101110 | 111010 |
Color Harmonies of #C56861
Complementary color
Monochromatic Colors of #C56861
Black with #C56861
Text Example
Text Example
White with #C56861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56861; }
p { color: rgb(197,104,97); }
H1.HeaderClassName
{
color: #C56861;
}
.AnyTagClassName
{
color: #C56861;
}
</style>
background-color css
<style>
a { background-color: #C56861; }
a { background-color: rgb(197,104,97); }
div.DivClassName
{
background-color: #C56861;
}
.BgClassName
{
background-color: #C56861;
}
</style>
border-color css
<style>
span { border-color: #C56861; }
span { border-color: rgb(197,104,97); }
td.TdClassName
{
border-color: #C56861;
}
.TagClassName
{
border-color: #C56861;
}
</style>