Shades of Contessa #C57372
Tints of Contessa #C57372
RGB
CMYK
RGB Variations
Color information
#C57372 (or 0xC57372) is known color: Contessa. HEX triplet: C5, 73 and 72. RGB value is (197,115,114). Sum of RGB (Red+Green+Blue) = 197+115+114=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C57372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57372 is #3A8C8D. Grayscale: #8B8B8B. Windows color (decimal): -3837070 or 7500741. OLE color: 7500741.
HSL color Cylindrical-coordinate representation of color #C57372: hue angle of 0.72º degrees, saturation: 0.42, 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 #C57372 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 114 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.23 |
| HSL | 0.72º | 0.42% | 0.61% | - |
| HSV(B) | 0.72º | 0.42% | 0.77% | - |
| XYZ | 32.19 | 25.35 | 19.12 | - |
| YUV | 139.4 | 113.67 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 114 | 0 | 0.42 | 0.42 | 0.23 | 0.72 | 0.42 | 0.61 |
| Hex | C5 | 73 | 72 | 0 | 2A | 2A | 17 | 1 | 2A | 3D |
| Octal | 305 | 163 | 162 | 0 | 52 | 52 | 27 | 1 | 52 | 75 |
| Binary | 11000101 | 1110011 | 1110010 | 0 | 101010 | 101010 | 10111 | 1 | 101010 | 111101 |
Color Harmonies of #C57372
Complementary color
Monochromatic Colors of #C57372
Black with #C57372
Text Example
Text Example
White with #C57372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57372; }
p { color: rgb(197,115,114); }
H1.HeaderClassName
{
color: #C57372;
}
.AnyTagClassName
{
color: #C57372;
}
</style>
background-color css
<style>
a { background-color: #C57372; }
a { background-color: rgb(197,115,114); }
div.DivClassName
{
background-color: #C57372;
}
.BgClassName
{
background-color: #C57372;
}
</style>
border-color css
<style>
span { border-color: #C57372; }
span { border-color: rgb(197,115,114); }
td.TdClassName
{
border-color: #C57372;
}
.TagClassName
{
border-color: #C57372;
}
</style>