Shades of Contessa #C5776B
Tints of Contessa #C5776B
RGB
CMYK
RGB Variations
Color information
#C5776B (or 0xC5776B) is known color: Contessa. HEX triplet: C5, 77 and 6B. RGB value is (197,119,107). Sum of RGB (Red+Green+Blue) = 197+119+107=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5776B is #3A8894. Grayscale: #8D8D8D. Windows color (decimal): -3836053 or 7043013. OLE color: 7043013.
HSL color Cylindrical-coordinate representation of color #C5776B: hue angle of 8º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5776B is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 107 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.23 |
| HSL | 8º | 0.44% | 0.6% | - |
| HSV(B) | 8º | 0.46% | 0.77% | - |
| XYZ | 32.28 | 26.13 | 17.25 | - |
| YUV | 140.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 107 | 0 | 0.40 | 0.46 | 0.23 | 8 | 0.44 | 0.6 |
| Hex | C5 | 77 | 6B | 0 | 28 | 2E | 17 | 8 | 2C | 3C |
| Octal | 305 | 167 | 153 | 0 | 50 | 56 | 27 | 10 | 54 | 74 |
| Binary | 11000101 | 1110111 | 1101011 | 0 | 101000 | 101110 | 10111 | 1000 | 101100 | 111100 |
Color Harmonies of #C5776B
Complementary color
Monochromatic Colors of #C5776B
Black with #C5776B
Text Example
Text Example
White with #C5776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5776B; }
p { color: rgb(197,119,107); }
H1.HeaderClassName
{
color: #C5776B;
}
.AnyTagClassName
{
color: #C5776B;
}
</style>
background-color css
<style>
a { background-color: #C5776B; }
a { background-color: rgb(197,119,107); }
div.DivClassName
{
background-color: #C5776B;
}
.BgClassName
{
background-color: #C5776B;
}
</style>
border-color css
<style>
span { border-color: #C5776B; }
span { border-color: rgb(197,119,107); }
td.TdClassName
{
border-color: #C5776B;
}
.TagClassName
{
border-color: #C5776B;
}
</style>