Shades of Contessa #C57A6C
Tints of Contessa #C57A6C
RGB
CMYK
RGB Variations
Color information
#C57A6C (or 0xC57A6C) is known color: Contessa. HEX triplet: C5, 7A and 6C. RGB value is (197,122,108). Sum of RGB (Red+Green+Blue) = 197+122+108=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57A6C is #3A8593. Grayscale: #8E8E8E. Windows color (decimal): -3835284 or 7109317. OLE color: 7109317.
HSL color Cylindrical-coordinate representation of color #C57A6C: hue angle of 9.44º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C57A6C is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 108 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.23 |
| HSL | 9.44º | 0.43% | 0.6% | - |
| HSV(B) | 9.44º | 0.45% | 0.77% | - |
| XYZ | 32.69 | 26.87 | 17.65 | - |
| YUV | 142.83 | 108.35 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 108 | 0 | 0.38 | 0.45 | 0.23 | 9.44 | 0.43 | 0.6 |
| Hex | C5 | 7A | 6C | 0 | 26 | 2D | 17 | 9 | 2B | 3C |
| Octal | 305 | 172 | 154 | 0 | 46 | 55 | 27 | 11 | 53 | 74 |
| Binary | 11000101 | 1111010 | 1101100 | 0 | 100110 | 101101 | 10111 | 1001 | 101011 | 111100 |
Color Harmonies of #C57A6C
Complementary color
Monochromatic Colors of #C57A6C
Black with #C57A6C
Text Example
Text Example
White with #C57A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A6C; }
p { color: rgb(197,122,108); }
H1.HeaderClassName
{
color: #C57A6C;
}
.AnyTagClassName
{
color: #C57A6C;
}
</style>
background-color css
<style>
a { background-color: #C57A6C; }
a { background-color: rgb(197,122,108); }
div.DivClassName
{
background-color: #C57A6C;
}
.BgClassName
{
background-color: #C57A6C;
}
</style>
border-color css
<style>
span { border-color: #C57A6C; }
span { border-color: rgb(197,122,108); }
td.TdClassName
{
border-color: #C57A6C;
}
.TagClassName
{
border-color: #C57A6C;
}
</style>