Shades of Contessa #C57A6A
Tints of Contessa #C57A6A
RGB
CMYK
RGB Variations
Color information
#C57A6A (or 0xC57A6A) is known color: Contessa. HEX triplet: C5, 7A and 6A. RGB value is (197,122,106). Sum of RGB (Red+Green+Blue) = 197+122+106=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57A6A is #3A8595. Grayscale: #8E8E8E. Windows color (decimal): -3835286 or 6978245. OLE color: 6978245.
HSL color Cylindrical-coordinate representation of color #C57A6A: hue angle of 10.55º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C57A6A is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 106 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.23 |
| HSL | 10.55º | 0.44% | 0.59% | - |
| HSV(B) | 10.55º | 0.46% | 0.77% | - |
| XYZ | 32.59 | 26.83 | 17.1 | - |
| YUV | 142.6 | 107.35 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 106 | 0 | 0.38 | 0.46 | 0.23 | 10.55 | 0.44 | 0.59 |
| Hex | C5 | 7A | 6A | 0 | 26 | 2E | 17 | B | 2C | 3B |
| Octal | 305 | 172 | 152 | 0 | 46 | 56 | 27 | 13 | 54 | 73 |
| Binary | 11000101 | 1111010 | 1101010 | 0 | 100110 | 101110 | 10111 | 1011 | 101100 | 111011 |
Color Harmonies of #C57A6A
Complementary color
Monochromatic Colors of #C57A6A
Black with #C57A6A
Text Example
Text Example
White with #C57A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A6A; }
p { color: rgb(197,122,106); }
H1.HeaderClassName
{
color: #C57A6A;
}
.AnyTagClassName
{
color: #C57A6A;
}
</style>
background-color css
<style>
a { background-color: #C57A6A; }
a { background-color: rgb(197,122,106); }
div.DivClassName
{
background-color: #C57A6A;
}
.BgClassName
{
background-color: #C57A6A;
}
</style>
border-color css
<style>
span { border-color: #C57A6A; }
span { border-color: rgb(197,122,106); }
td.TdClassName
{
border-color: #C57A6A;
}
.TagClassName
{
border-color: #C57A6A;
}
</style>