Shades of Contessa #C57A6E
Tints of Contessa #C57A6E
RGB
CMYK
RGB Variations
Color information
#C57A6E (or 0xC57A6E) is known color: Contessa. HEX triplet: C5, 7A and 6E. RGB value is (197,122,110). Sum of RGB (Red+Green+Blue) = 197+122+110=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57A6E is #3A8591. Grayscale: #8F8F8F. Windows color (decimal): -3835282 or 7240389. OLE color: 7240389.
HSL color Cylindrical-coordinate representation of color #C57A6E: hue angle of 8.28º 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 #C57A6E is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 110 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.23 |
| HSL | 8.28º | 0.43% | 0.6% | - |
| HSV(B) | 8.28º | 0.44% | 0.77% | - |
| XYZ | 32.8 | 26.92 | 18.22 | - |
| YUV | 143.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 110 | 0 | 0.38 | 0.44 | 0.23 | 8.28 | 0.43 | 0.6 |
| Hex | C5 | 7A | 6E | 0 | 26 | 2C | 17 | 8 | 2B | 3C |
| Octal | 305 | 172 | 156 | 0 | 46 | 54 | 27 | 10 | 53 | 74 |
| Binary | 11000101 | 1111010 | 1101110 | 0 | 100110 | 101100 | 10111 | 1000 | 101011 | 111100 |
Color Harmonies of #C57A6E
Complementary color
Monochromatic Colors of #C57A6E
Black with #C57A6E
Text Example
Text Example
White with #C57A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A6E; }
p { color: rgb(197,122,110); }
H1.HeaderClassName
{
color: #C57A6E;
}
.AnyTagClassName
{
color: #C57A6E;
}
</style>
background-color css
<style>
a { background-color: #C57A6E; }
a { background-color: rgb(197,122,110); }
div.DivClassName
{
background-color: #C57A6E;
}
.BgClassName
{
background-color: #C57A6E;
}
</style>
border-color css
<style>
span { border-color: #C57A6E; }
span { border-color: rgb(197,122,110); }
td.TdClassName
{
border-color: #C57A6E;
}
.TagClassName
{
border-color: #C57A6E;
}
</style>