Shades of Contessa #C56C66
Tints of Contessa #C56C66
RGB
CMYK
RGB Variations
Color information
#C56C66 (or 0xC56C66) is known color: Contessa. HEX triplet: C5, 6C and 66. RGB value is (197,108,102). Sum of RGB (Red+Green+Blue) = 197+108+102=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56C66 is #3A9399. Grayscale: #868686. Windows color (decimal): -3838874 or 6712517. OLE color: 6712517.
HSL color Cylindrical-coordinate representation of color #C56C66: hue angle of 3.79º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56C66 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 102 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.23 |
| HSL | 3.79º | 0.45% | 0.59% | - |
| HSV(B) | 3.79º | 0.48% | 0.77% | - |
| XYZ | 30.79 | 23.55 | 15.49 | - |
| YUV | 133.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 102 | 0 | 0.45 | 0.48 | 0.23 | 3.79 | 0.45 | 0.59 |
| Hex | C5 | 6C | 66 | 0 | 2D | 30 | 17 | 4 | 2D | 3B |
| Octal | 305 | 154 | 146 | 0 | 55 | 60 | 27 | 4 | 55 | 73 |
| Binary | 11000101 | 1101100 | 1100110 | 0 | 101101 | 110000 | 10111 | 100 | 101101 | 111011 |
Color Harmonies of #C56C66
Complementary color
Monochromatic Colors of #C56C66
Black with #C56C66
Text Example
Text Example
White with #C56C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C66; }
p { color: rgb(197,108,102); }
H1.HeaderClassName
{
color: #C56C66;
}
.AnyTagClassName
{
color: #C56C66;
}
</style>
background-color css
<style>
a { background-color: #C56C66; }
a { background-color: rgb(197,108,102); }
div.DivClassName
{
background-color: #C56C66;
}
.BgClassName
{
background-color: #C56C66;
}
</style>
border-color css
<style>
span { border-color: #C56C66; }
span { border-color: rgb(197,108,102); }
td.TdClassName
{
border-color: #C56C66;
}
.TagClassName
{
border-color: #C56C66;
}
</style>