Shades of Contessa #C57B72
Tints of Contessa #C57B72
RGB
CMYK
RGB Variations
Color information
#C57B72 (or 0xC57B72) is known color: Contessa. HEX triplet: C5, 7B and 72. RGB value is (197,123,114). Sum of RGB (Red+Green+Blue) = 197+123+114=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57B72 is #3A848D. Grayscale: #909090. Windows color (decimal): -3835022 or 7502789. OLE color: 7502789.
HSL color Cylindrical-coordinate representation of color #C57B72: hue angle of 6.51º 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 #C57B72 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 114 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.23 |
| HSL | 6.51º | 0.42% | 0.61% | - |
| HSV(B) | 6.51º | 0.42% | 0.77% | - |
| XYZ | 33.15 | 27.25 | 19.43 | - |
| YUV | 144.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 114 | 0 | 0.38 | 0.42 | 0.23 | 6.51 | 0.42 | 0.61 |
| Hex | C5 | 7B | 72 | 0 | 26 | 2A | 17 | 7 | 2A | 3D |
| Octal | 305 | 173 | 162 | 0 | 46 | 52 | 27 | 7 | 52 | 75 |
| Binary | 11000101 | 1111011 | 1110010 | 0 | 100110 | 101010 | 10111 | 111 | 101010 | 111101 |
Color Harmonies of #C57B72
Complementary color
Monochromatic Colors of #C57B72
Black with #C57B72
Text Example
Text Example
White with #C57B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B72; }
p { color: rgb(197,123,114); }
H1.HeaderClassName
{
color: #C57B72;
}
.AnyTagClassName
{
color: #C57B72;
}
</style>
background-color css
<style>
a { background-color: #C57B72; }
a { background-color: rgb(197,123,114); }
div.DivClassName
{
background-color: #C57B72;
}
.BgClassName
{
background-color: #C57B72;
}
</style>
border-color css
<style>
span { border-color: #C57B72; }
span { border-color: rgb(197,123,114); }
td.TdClassName
{
border-color: #C57B72;
}
.TagClassName
{
border-color: #C57B72;
}
</style>