Shades of Contessa #C57B6E
Tints of Contessa #C57B6E
RGB
CMYK
RGB Variations
Color information
#C57B6E (or 0xC57B6E) is known color: Contessa. HEX triplet: C5, 7B and 6E. RGB value is (197,123,110). Sum of RGB (Red+Green+Blue) = 197+123+110=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57B6E is #3A8491. Grayscale: #8F8F8F. Windows color (decimal): -3835026 or 7240645. OLE color: 7240645.
HSL color Cylindrical-coordinate representation of color #C57B6E: hue angle of 8.97º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C57B6E is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 110 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.23 |
| HSL | 8.97º | 0.43% | 0.6% | - |
| HSV(B) | 8.97º | 0.44% | 0.77% | - |
| XYZ | 32.92 | 27.16 | 18.26 | - |
| YUV | 143.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 110 | 0 | 0.38 | 0.44 | 0.23 | 8.97 | 0.43 | 0.6 |
| Hex | C5 | 7B | 6E | 0 | 26 | 2C | 17 | 9 | 2B | 3C |
| Octal | 305 | 173 | 156 | 0 | 46 | 54 | 27 | 11 | 53 | 74 |
| Binary | 11000101 | 1111011 | 1101110 | 0 | 100110 | 101100 | 10111 | 1001 | 101011 | 111100 |
Color Harmonies of #C57B6E
Complementary color
Monochromatic Colors of #C57B6E
Black with #C57B6E
Text Example
Text Example
White with #C57B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B6E; }
p { color: rgb(197,123,110); }
H1.HeaderClassName
{
color: #C57B6E;
}
.AnyTagClassName
{
color: #C57B6E;
}
</style>
background-color css
<style>
a { background-color: #C57B6E; }
a { background-color: rgb(197,123,110); }
div.DivClassName
{
background-color: #C57B6E;
}
.BgClassName
{
background-color: #C57B6E;
}
</style>
border-color css
<style>
span { border-color: #C57B6E; }
span { border-color: rgb(197,123,110); }
td.TdClassName
{
border-color: #C57B6E;
}
.TagClassName
{
border-color: #C57B6E;
}
</style>