Shades of Contessa #C57775
Tints of Contessa #C57775
RGB
CMYK
RGB Variations
Color information
#C57775 (or 0xC57775) is known color: Contessa. HEX triplet: C5, 77 and 75. RGB value is (197,119,117). Sum of RGB (Red+Green+Blue) = 197+119+117=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C57775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57775 is #3A888A. Grayscale: #8E8E8E. Windows color (decimal): -3836043 or 7698373. OLE color: 7698373.
HSL color Cylindrical-coordinate representation of color #C57775: hue angle of 1.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57775 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 117 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.23 |
| HSL | 1.5º | 0.41% | 0.62% | - |
| HSV(B) | 1.5º | 0.41% | 0.77% | - |
| XYZ | 32.83 | 26.35 | 20.18 | - |
| YUV | 142.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 117 | 0 | 0.40 | 0.41 | 0.23 | 1.5 | 0.41 | 0.62 |
| Hex | C5 | 77 | 75 | 0 | 28 | 29 | 17 | 2 | 29 | 3E |
| Octal | 305 | 167 | 165 | 0 | 50 | 51 | 27 | 2 | 51 | 76 |
| Binary | 11000101 | 1110111 | 1110101 | 0 | 101000 | 101001 | 10111 | 10 | 101001 | 111110 |
Color Harmonies of #C57775
Complementary color
Monochromatic Colors of #C57775
Black with #C57775
Text Example
Text Example
White with #C57775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57775; }
p { color: rgb(197,119,117); }
H1.HeaderClassName
{
color: #C57775;
}
.AnyTagClassName
{
color: #C57775;
}
</style>
background-color css
<style>
a { background-color: #C57775; }
a { background-color: rgb(197,119,117); }
div.DivClassName
{
background-color: #C57775;
}
.BgClassName
{
background-color: #C57775;
}
</style>
border-color css
<style>
span { border-color: #C57775; }
span { border-color: rgb(197,119,117); }
td.TdClassName
{
border-color: #C57775;
}
.TagClassName
{
border-color: #C57775;
}
</style>