Shades of Contessa #C56964
Tints of Contessa #C56964
RGB
CMYK
RGB Variations
Color information
#C56964 (or 0xC56964) is known color: Contessa. HEX triplet: C5, 69 and 64. RGB value is (197,105,100). Sum of RGB (Red+Green+Blue) = 197+105+100=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C56964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56964 is #3A969B. Grayscale: #848484. Windows color (decimal): -3839644 or 6580677. OLE color: 6580677.
HSL color Cylindrical-coordinate representation of color #C56964: hue angle of 3.09º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56964 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 100 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.23 |
| HSL | 3.09º | 0.46% | 0.58% | - |
| HSV(B) | 3.09º | 0.49% | 0.77% | - |
| XYZ | 30.38 | 22.89 | 14.87 | - |
| YUV | 131.94 | 109.98 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 100 | 0 | 0.47 | 0.49 | 0.23 | 3.09 | 0.46 | 0.58 |
| Hex | C5 | 69 | 64 | 0 | 2F | 31 | 17 | 3 | 2E | 3A |
| Octal | 305 | 151 | 144 | 0 | 57 | 61 | 27 | 3 | 56 | 72 |
| Binary | 11000101 | 1101001 | 1100100 | 0 | 101111 | 110001 | 10111 | 11 | 101110 | 111010 |
Color Harmonies of #C56964
Complementary color
Monochromatic Colors of #C56964
Black with #C56964
Text Example
Text Example
White with #C56964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56964; }
p { color: rgb(197,105,100); }
H1.HeaderClassName
{
color: #C56964;
}
.AnyTagClassName
{
color: #C56964;
}
</style>
background-color css
<style>
a { background-color: #C56964; }
a { background-color: rgb(197,105,100); }
div.DivClassName
{
background-color: #C56964;
}
.BgClassName
{
background-color: #C56964;
}
</style>
border-color css
<style>
span { border-color: #C56964; }
span { border-color: rgb(197,105,100); }
td.TdClassName
{
border-color: #C56964;
}
.TagClassName
{
border-color: #C56964;
}
</style>