Shades of Contessa #C57875
Tints of Contessa #C57875
RGB
CMYK
RGB Variations
Color information
#C57875 (or 0xC57875) is known color: Contessa. HEX triplet: C5, 78 and 75. RGB value is (197,120,117). Sum of RGB (Red+Green+Blue) = 197+120+117=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C57875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57875 is #3A878A. Grayscale: #8E8E8E. Windows color (decimal): -3835787 or 7698629. OLE color: 7698629.
HSL color Cylindrical-coordinate representation of color #C57875: hue angle of 2.25º 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 #C57875 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 117 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.23 |
| HSL | 2.25º | 0.41% | 0.62% | - |
| HSV(B) | 2.25º | 0.41% | 0.77% | - |
| XYZ | 32.95 | 26.59 | 20.22 | - |
| YUV | 142.68 | 113.51 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 117 | 0 | 0.39 | 0.41 | 0.23 | 2.25 | 0.41 | 0.62 |
| Hex | C5 | 78 | 75 | 0 | 27 | 29 | 17 | 2 | 29 | 3E |
| Octal | 305 | 170 | 165 | 0 | 47 | 51 | 27 | 2 | 51 | 76 |
| Binary | 11000101 | 1111000 | 1110101 | 0 | 100111 | 101001 | 10111 | 10 | 101001 | 111110 |
Color Harmonies of #C57875
Complementary color
Monochromatic Colors of #C57875
Black with #C57875
Text Example
Text Example
White with #C57875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57875; }
p { color: rgb(197,120,117); }
H1.HeaderClassName
{
color: #C57875;
}
.AnyTagClassName
{
color: #C57875;
}
</style>
background-color css
<style>
a { background-color: #C57875; }
a { background-color: rgb(197,120,117); }
div.DivClassName
{
background-color: #C57875;
}
.BgClassName
{
background-color: #C57875;
}
</style>
border-color css
<style>
span { border-color: #C57875; }
span { border-color: rgb(197,120,117); }
td.TdClassName
{
border-color: #C57875;
}
.TagClassName
{
border-color: #C57875;
}
</style>