Shades of Contessa #C57B73
Tints of Contessa #C57B73
RGB
CMYK
RGB Variations
Color information
#C57B73 (or 0xC57B73) is known color: Contessa. HEX triplet: C5, 7B and 73. RGB value is (197,123,115). Sum of RGB (Red+Green+Blue) = 197+123+115=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57B73 is #3A848C. Grayscale: #909090. Windows color (decimal): -3835021 or 7568325. OLE color: 7568325.
HSL color Cylindrical-coordinate representation of color #C57B73: hue angle of 5.85º 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 #C57B73 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 115 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.23 |
| HSL | 5.85º | 0.41% | 0.61% | - |
| HSV(B) | 5.85º | 0.42% | 0.77% | - |
| XYZ | 33.2 | 27.27 | 19.73 | - |
| YUV | 144.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 115 | 0 | 0.38 | 0.42 | 0.23 | 5.85 | 0.41 | 0.61 |
| Hex | C5 | 7B | 73 | 0 | 26 | 2A | 17 | 6 | 29 | 3D |
| Octal | 305 | 173 | 163 | 0 | 46 | 52 | 27 | 6 | 51 | 75 |
| Binary | 11000101 | 1111011 | 1110011 | 0 | 100110 | 101010 | 10111 | 110 | 101001 | 111101 |
Color Harmonies of #C57B73
Complementary color
Monochromatic Colors of #C57B73
Black with #C57B73
Text Example
Text Example
White with #C57B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B73; }
p { color: rgb(197,123,115); }
H1.HeaderClassName
{
color: #C57B73;
}
.AnyTagClassName
{
color: #C57B73;
}
</style>
background-color css
<style>
a { background-color: #C57B73; }
a { background-color: rgb(197,123,115); }
div.DivClassName
{
background-color: #C57B73;
}
.BgClassName
{
background-color: #C57B73;
}
</style>
border-color css
<style>
span { border-color: #C57B73; }
span { border-color: rgb(197,123,115); }
td.TdClassName
{
border-color: #C57B73;
}
.TagClassName
{
border-color: #C57B73;
}
</style>