Shades of Contessa #C56763
Tints of Contessa #C56763
RGB
CMYK
RGB Variations
Color information
#C56763 (or 0xC56763) is known color: Contessa. HEX triplet: C5, 67 and 63. RGB value is (197,103,99). Sum of RGB (Red+Green+Blue) = 197+103+99=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C56763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56763 is #3A989C. Grayscale: #828282. Windows color (decimal): -3840157 or 6514629. OLE color: 6514629.
HSL color Cylindrical-coordinate representation of color #C56763: hue angle of 2.45º 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 #C56763 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 99 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.23 |
| HSL | 2.45º | 0.46% | 0.58% | - |
| HSV(B) | 2.45º | 0.5% | 0.77% | - |
| XYZ | 30.13 | 22.47 | 14.55 | - |
| YUV | 130.65 | 110.14 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 99 | 0 | 0.48 | 0.50 | 0.23 | 2.45 | 0.46 | 0.58 |
| Hex | C5 | 67 | 63 | 0 | 30 | 32 | 17 | 2 | 2E | 3A |
| Octal | 305 | 147 | 143 | 0 | 60 | 62 | 27 | 2 | 56 | 72 |
| Binary | 11000101 | 1100111 | 1100011 | 0 | 110000 | 110010 | 10111 | 10 | 101110 | 111010 |
Color Harmonies of #C56763
Complementary color
Monochromatic Colors of #C56763
Black with #C56763
Text Example
Text Example
White with #C56763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56763; }
p { color: rgb(197,103,99); }
H1.HeaderClassName
{
color: #C56763;
}
.AnyTagClassName
{
color: #C56763;
}
</style>
background-color css
<style>
a { background-color: #C56763; }
a { background-color: rgb(197,103,99); }
div.DivClassName
{
background-color: #C56763;
}
.BgClassName
{
background-color: #C56763;
}
</style>
border-color css
<style>
span { border-color: #C56763; }
span { border-color: rgb(197,103,99); }
td.TdClassName
{
border-color: #C56763;
}
.TagClassName
{
border-color: #C56763;
}
</style>