Shades of Contessa #C5766A
Tints of Contessa #C5766A
RGB
CMYK
RGB Variations
Color information
#C5766A (or 0xC5766A) is known color: Contessa. HEX triplet: C5, 76 and 6A. RGB value is (197,118,106). Sum of RGB (Red+Green+Blue) = 197+118+106=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5766A is #3A8995. Grayscale: #8C8C8C. Windows color (decimal): -3836310 or 6977221. OLE color: 6977221.
HSL color Cylindrical-coordinate representation of color #C5766A: hue angle of 7.91º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5766A is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 106 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.23 |
| HSL | 7.91º | 0.44% | 0.59% | - |
| HSV(B) | 7.91º | 0.46% | 0.77% | - |
| XYZ | 32.11 | 25.87 | 16.94 | - |
| YUV | 140.25 | 108.67 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 106 | 0 | 0.40 | 0.46 | 0.23 | 7.91 | 0.44 | 0.59 |
| Hex | C5 | 76 | 6A | 0 | 28 | 2E | 17 | 8 | 2C | 3B |
| Octal | 305 | 166 | 152 | 0 | 50 | 56 | 27 | 10 | 54 | 73 |
| Binary | 11000101 | 1110110 | 1101010 | 0 | 101000 | 101110 | 10111 | 1000 | 101100 | 111011 |
Color Harmonies of #C5766A
Complementary color
Monochromatic Colors of #C5766A
Black with #C5766A
Text Example
Text Example
White with #C5766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5766A; }
p { color: rgb(197,118,106); }
H1.HeaderClassName
{
color: #C5766A;
}
.AnyTagClassName
{
color: #C5766A;
}
</style>
background-color css
<style>
a { background-color: #C5766A; }
a { background-color: rgb(197,118,106); }
div.DivClassName
{
background-color: #C5766A;
}
.BgClassName
{
background-color: #C5766A;
}
</style>
border-color css
<style>
span { border-color: #C5766A; }
span { border-color: rgb(197,118,106); }
td.TdClassName
{
border-color: #C5766A;
}
.TagClassName
{
border-color: #C5766A;
}
</style>