Shades of Contessa #C57877
Tints of Contessa #C57877
RGB
CMYK
RGB Variations
Color information
#C57877 (or 0xC57877) is known color: Contessa. HEX triplet: C5, 78 and 77. RGB value is (197,120,119). Sum of RGB (Red+Green+Blue) = 197+120+119=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C57877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57877 is #3A8788. Grayscale: #8E8E8E. Windows color (decimal): -3835785 or 7829701. OLE color: 7829701.
HSL color Cylindrical-coordinate representation of color #C57877: hue angle of 0.77º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57877 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 119 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.23 |
| HSL | 0.77º | 0.4% | 0.62% | - |
| HSV(B) | 0.77º | 0.4% | 0.77% | - |
| XYZ | 33.07 | 26.64 | 20.85 | - |
| YUV | 142.91 | 114.51 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 119 | 0 | 0.39 | 0.40 | 0.23 | 0.77 | 0.4 | 0.62 |
| Hex | C5 | 78 | 77 | 0 | 27 | 28 | 17 | 1 | 28 | 3E |
| Octal | 305 | 170 | 167 | 0 | 47 | 50 | 27 | 1 | 50 | 76 |
| Binary | 11000101 | 1111000 | 1110111 | 0 | 100111 | 101000 | 10111 | 1 | 101000 | 111110 |
Color Harmonies of #C57877
Complementary color
Monochromatic Colors of #C57877
Black with #C57877
Text Example
Text Example
White with #C57877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57877; }
p { color: rgb(197,120,119); }
H1.HeaderClassName
{
color: #C57877;
}
.AnyTagClassName
{
color: #C57877;
}
</style>
background-color css
<style>
a { background-color: #C57877; }
a { background-color: rgb(197,120,119); }
div.DivClassName
{
background-color: #C57877;
}
.BgClassName
{
background-color: #C57877;
}
</style>
border-color css
<style>
span { border-color: #C57877; }
span { border-color: rgb(197,120,119); }
td.TdClassName
{
border-color: #C57877;
}
.TagClassName
{
border-color: #C57877;
}
</style>