Shades of Contessa #C56761
Tints of Contessa #C56761
RGB
CMYK
RGB Variations
Color information
#C56761 (or 0xC56761) is known color: Contessa. HEX triplet: C5, 67 and 61. RGB value is (197,103,97). Sum of RGB (Red+Green+Blue) = 197+103+97=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C56761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56761 is #3A989E. Grayscale: #828282. Windows color (decimal): -3840159 or 6383557. OLE color: 6383557.
HSL color Cylindrical-coordinate representation of color #C56761: hue angle of 3.6º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56761 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 97 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.23 |
| HSL | 3.6º | 0.46% | 0.58% | - |
| HSV(B) | 3.6º | 0.51% | 0.77% | - |
| XYZ | 30.03 | 22.43 | 14.06 | - |
| YUV | 130.42 | 109.14 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 97 | 0 | 0.48 | 0.51 | 0.23 | 3.6 | 0.46 | 0.58 |
| Hex | C5 | 67 | 61 | 0 | 30 | 33 | 17 | 4 | 2E | 3A |
| Octal | 305 | 147 | 141 | 0 | 60 | 63 | 27 | 4 | 56 | 72 |
| Binary | 11000101 | 1100111 | 1100001 | 0 | 110000 | 110011 | 10111 | 100 | 101110 | 111010 |
Color Harmonies of #C56761
Complementary color
Monochromatic Colors of #C56761
Black with #C56761
Text Example
Text Example
White with #C56761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56761; }
p { color: rgb(197,103,97); }
H1.HeaderClassName
{
color: #C56761;
}
.AnyTagClassName
{
color: #C56761;
}
</style>
background-color css
<style>
a { background-color: #C56761; }
a { background-color: rgb(197,103,97); }
div.DivClassName
{
background-color: #C56761;
}
.BgClassName
{
background-color: #C56761;
}
</style>
border-color css
<style>
span { border-color: #C56761; }
span { border-color: rgb(197,103,97); }
td.TdClassName
{
border-color: #C56761;
}
.TagClassName
{
border-color: #C56761;
}
</style>