Shades of Contessa #C56B5F
Tints of Contessa #C56B5F
RGB
CMYK
RGB Variations
Color information
#C56B5F (or 0xC56B5F) is known color: Contessa. HEX triplet: C5, 6B and 5F. RGB value is (197,107,95). Sum of RGB (Red+Green+Blue) = 197+107+95=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56B5F is #3A94A0. Grayscale: #848484. Windows color (decimal): -3839137 or 6253509. OLE color: 6253509.
HSL color Cylindrical-coordinate representation of color #C56B5F: hue angle of 7.06º 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 #C56B5F is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 95 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.23 |
| HSL | 7.06º | 0.47% | 0.57% | - |
| HSV(B) | 7.06º | 0.52% | 0.77% | - |
| XYZ | 30.35 | 23.21 | 13.71 | - |
| YUV | 132.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 95 | 0 | 0.46 | 0.52 | 0.23 | 7.06 | 0.47 | 0.57 |
| Hex | C5 | 6B | 5F | 0 | 2E | 34 | 17 | 7 | 2F | 39 |
| Octal | 305 | 153 | 137 | 0 | 56 | 64 | 27 | 7 | 57 | 71 |
| Binary | 11000101 | 1101011 | 1011111 | 0 | 101110 | 110100 | 10111 | 111 | 101111 | 111001 |
Color Harmonies of #C56B5F
Complementary color
Monochromatic Colors of #C56B5F
Black with #C56B5F
Text Example
Text Example
White with #C56B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56B5F; }
p { color: rgb(197,107,95); }
H1.HeaderClassName
{
color: #C56B5F;
}
.AnyTagClassName
{
color: #C56B5F;
}
</style>
background-color css
<style>
a { background-color: #C56B5F; }
a { background-color: rgb(197,107,95); }
div.DivClassName
{
background-color: #C56B5F;
}
.BgClassName
{
background-color: #C56B5F;
}
</style>
border-color css
<style>
span { border-color: #C56B5F; }
span { border-color: rgb(197,107,95); }
td.TdClassName
{
border-color: #C56B5F;
}
.TagClassName
{
border-color: #C56B5F;
}
</style>