Shades of Contessa #C56B61
Tints of Contessa #C56B61
RGB
CMYK
RGB Variations
Color information
#C56B61 (or 0xC56B61) is known color: Contessa. HEX triplet: C5, 6B and 61. RGB value is (197,107,97). Sum of RGB (Red+Green+Blue) = 197+107+97=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56B61 is #3A949E. Grayscale: #848484. Windows color (decimal): -3839135 or 6384581. OLE color: 6384581.
HSL color Cylindrical-coordinate representation of color #C56B61: hue angle of 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 #C56B61 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 97 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.23 |
| HSL | 6º | 0.46% | 0.58% | - |
| HSV(B) | 6º | 0.51% | 0.77% | - |
| XYZ | 30.44 | 23.25 | 14.19 | - |
| YUV | 132.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 97 | 0 | 0.46 | 0.51 | 0.23 | 6 | 0.46 | 0.58 |
| Hex | C5 | 6B | 61 | 0 | 2E | 33 | 17 | 6 | 2E | 3A |
| Octal | 305 | 153 | 141 | 0 | 56 | 63 | 27 | 6 | 56 | 72 |
| Binary | 11000101 | 1101011 | 1100001 | 0 | 101110 | 110011 | 10111 | 110 | 101110 | 111010 |
Color Harmonies of #C56B61
Complementary color
Monochromatic Colors of #C56B61
Black with #C56B61
Text Example
Text Example
White with #C56B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56B61; }
p { color: rgb(197,107,97); }
H1.HeaderClassName
{
color: #C56B61;
}
.AnyTagClassName
{
color: #C56B61;
}
</style>
background-color css
<style>
a { background-color: #C56B61; }
a { background-color: rgb(197,107,97); }
div.DivClassName
{
background-color: #C56B61;
}
.BgClassName
{
background-color: #C56B61;
}
</style>
border-color css
<style>
span { border-color: #C56B61; }
span { border-color: rgb(197,107,97); }
td.TdClassName
{
border-color: #C56B61;
}
.TagClassName
{
border-color: #C56B61;
}
</style>