Shades of Contessa #C56D5F
Tints of Contessa #C56D5F
RGB
CMYK
RGB Variations
Color information
#C56D5F (or 0xC56D5F) is known color: Contessa. HEX triplet: C5, 6D and 5F. RGB value is (197,109,95). Sum of RGB (Red+Green+Blue) = 197+109+95=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56D5F is #3A92A0. Grayscale: #858585. Windows color (decimal): -3838625 or 6254021. OLE color: 6254021.
HSL color Cylindrical-coordinate representation of color #C56D5F: hue angle of 8.24º 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 #C56D5F is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 95 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.23 |
| HSL | 8.24º | 0.47% | 0.57% | - |
| HSV(B) | 8.24º | 0.52% | 0.77% | - |
| XYZ | 30.56 | 23.63 | 13.78 | - |
| YUV | 133.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 95 | 0 | 0.45 | 0.52 | 0.23 | 8.24 | 0.47 | 0.57 |
| Hex | C5 | 6D | 5F | 0 | 2D | 34 | 17 | 8 | 2F | 39 |
| Octal | 305 | 155 | 137 | 0 | 55 | 64 | 27 | 10 | 57 | 71 |
| Binary | 11000101 | 1101101 | 1011111 | 0 | 101101 | 110100 | 10111 | 1000 | 101111 | 111001 |
Color Harmonies of #C56D5F
Complementary color
Monochromatic Colors of #C56D5F
Black with #C56D5F
Text Example
Text Example
White with #C56D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D5F; }
p { color: rgb(197,109,95); }
H1.HeaderClassName
{
color: #C56D5F;
}
.AnyTagClassName
{
color: #C56D5F;
}
</style>
background-color css
<style>
a { background-color: #C56D5F; }
a { background-color: rgb(197,109,95); }
div.DivClassName
{
background-color: #C56D5F;
}
.BgClassName
{
background-color: #C56D5F;
}
</style>
border-color css
<style>
span { border-color: #C56D5F; }
span { border-color: rgb(197,109,95); }
td.TdClassName
{
border-color: #C56D5F;
}
.TagClassName
{
border-color: #C56D5F;
}
</style>