Shades of Contessa #C56663
Tints of Contessa #C56663
RGB
CMYK
RGB Variations
Color information
#C56663 (or 0xC56663) is known color: Contessa. HEX triplet: C5, 66 and 63. RGB value is (197,102,99). Sum of RGB (Red+Green+Blue) = 197+102+99=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C56663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56663 is #3A999C. Grayscale: #828282. Windows color (decimal): -3840413 or 6514373. OLE color: 6514373.
HSL color Cylindrical-coordinate representation of color #C56663: hue angle of 1.84º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56663 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 99 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.23 |
| HSL | 1.84º | 0.46% | 0.58% | - |
| HSV(B) | 1.84º | 0.5% | 0.77% | - |
| XYZ | 30.03 | 22.27 | 14.52 | - |
| YUV | 130.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 99 | 0 | 0.48 | 0.50 | 0.23 | 1.84 | 0.46 | 0.58 |
| Hex | C5 | 66 | 63 | 0 | 30 | 32 | 17 | 2 | 2E | 3A |
| Octal | 305 | 146 | 143 | 0 | 60 | 62 | 27 | 2 | 56 | 72 |
| Binary | 11000101 | 1100110 | 1100011 | 0 | 110000 | 110010 | 10111 | 10 | 101110 | 111010 |
Color Harmonies of #C56663
Complementary color
Monochromatic Colors of #C56663
Black with #C56663
Text Example
Text Example
White with #C56663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56663; }
p { color: rgb(197,102,99); }
H1.HeaderClassName
{
color: #C56663;
}
.AnyTagClassName
{
color: #C56663;
}
</style>
background-color css
<style>
a { background-color: #C56663; }
a { background-color: rgb(197,102,99); }
div.DivClassName
{
background-color: #C56663;
}
.BgClassName
{
background-color: #C56663;
}
</style>
border-color css
<style>
span { border-color: #C56663; }
span { border-color: rgb(197,102,99); }
td.TdClassName
{
border-color: #C56663;
}
.TagClassName
{
border-color: #C56663;
}
</style>