Shades of Contessa #C57573
Tints of Contessa #C57573
RGB
CMYK
RGB Variations
Color information
#C57573 (or 0xC57573) is known color: Contessa. HEX triplet: C5, 75 and 73. RGB value is (197,117,115). Sum of RGB (Red+Green+Blue) = 197+117+115=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C57573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57573 is #3A8A8C. Grayscale: #8C8C8C. Windows color (decimal): -3836557 or 7566789. OLE color: 7566789.
HSL color Cylindrical-coordinate representation of color #C57573: hue angle of 1.46º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57573 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 115 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.23 |
| HSL | 1.46º | 0.41% | 0.61% | - |
| HSV(B) | 1.46º | 0.42% | 0.77% | - |
| XYZ | 32.48 | 25.83 | 19.49 | - |
| YUV | 140.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 115 | 0 | 0.41 | 0.42 | 0.23 | 1.46 | 0.41 | 0.61 |
| Hex | C5 | 75 | 73 | 0 | 29 | 2A | 17 | 1 | 29 | 3D |
| Octal | 305 | 165 | 163 | 0 | 51 | 52 | 27 | 1 | 51 | 75 |
| Binary | 11000101 | 1110101 | 1110011 | 0 | 101001 | 101010 | 10111 | 1 | 101001 | 111101 |
Color Harmonies of #C57573
Complementary color
Monochromatic Colors of #C57573
Black with #C57573
Text Example
Text Example
White with #C57573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57573; }
p { color: rgb(197,117,115); }
H1.HeaderClassName
{
color: #C57573;
}
.AnyTagClassName
{
color: #C57573;
}
</style>
background-color css
<style>
a { background-color: #C57573; }
a { background-color: rgb(197,117,115); }
div.DivClassName
{
background-color: #C57573;
}
.BgClassName
{
background-color: #C57573;
}
</style>
border-color css
<style>
span { border-color: #C57573; }
span { border-color: rgb(197,117,115); }
td.TdClassName
{
border-color: #C57573;
}
.TagClassName
{
border-color: #C57573;
}
</style>