Shades of Contessa #C57270
Tints of Contessa #C57270
RGB
CMYK
RGB Variations
Color information
#C57270 (or 0xC57270) is known color: Contessa. HEX triplet: C5, 72 and 70. RGB value is (197,114,112). Sum of RGB (Red+Green+Blue) = 197+114+112=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C57270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57270 is #3A8D8F. Grayscale: #8A8A8A. Windows color (decimal): -3837328 or 7369413. OLE color: 7369413.
HSL color Cylindrical-coordinate representation of color #C57270: hue angle of 1.41º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57270 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 112 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.23 |
| HSL | 1.41º | 0.42% | 0.61% | - |
| HSV(B) | 1.41º | 0.43% | 0.77% | - |
| XYZ | 31.97 | 25.07 | 18.48 | - |
| YUV | 138.59 | 113 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 112 | 0 | 0.42 | 0.43 | 0.23 | 1.41 | 0.42 | 0.61 |
| Hex | C5 | 72 | 70 | 0 | 2A | 2B | 17 | 1 | 2A | 3D |
| Octal | 305 | 162 | 160 | 0 | 52 | 53 | 27 | 1 | 52 | 75 |
| Binary | 11000101 | 1110010 | 1110000 | 0 | 101010 | 101011 | 10111 | 1 | 101010 | 111101 |
Color Harmonies of #C57270
Complementary color
Monochromatic Colors of #C57270
Black with #C57270
Text Example
Text Example
White with #C57270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57270; }
p { color: rgb(197,114,112); }
H1.HeaderClassName
{
color: #C57270;
}
.AnyTagClassName
{
color: #C57270;
}
</style>
background-color css
<style>
a { background-color: #C57270; }
a { background-color: rgb(197,114,112); }
div.DivClassName
{
background-color: #C57270;
}
.BgClassName
{
background-color: #C57270;
}
</style>
border-color css
<style>
span { border-color: #C57270; }
span { border-color: rgb(197,114,112); }
td.TdClassName
{
border-color: #C57270;
}
.TagClassName
{
border-color: #C57270;
}
</style>