Shades of Contessa #C57A78
Tints of Contessa #C57A78
RGB
CMYK
RGB Variations
Color information
#C57A78 (or 0xC57A78) is known color: Contessa. HEX triplet: C5, 7A and 78. RGB value is (197,122,120). Sum of RGB (Red+Green+Blue) = 197+122+120=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57A78 is #3A8587. Grayscale: #909090. Windows color (decimal): -3835272 or 7895749. OLE color: 7895749.
HSL color Cylindrical-coordinate representation of color #C57A78: hue angle of 1.56º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57A78 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 120 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.23 |
| HSL | 1.56º | 0.4% | 0.62% | - |
| HSV(B) | 1.56º | 0.39% | 0.77% | - |
| XYZ | 33.38 | 27.15 | 21.25 | - |
| YUV | 144.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 120 | 0 | 0.38 | 0.39 | 0.23 | 1.56 | 0.4 | 0.62 |
| Hex | C5 | 7A | 78 | 0 | 26 | 27 | 17 | 2 | 28 | 3E |
| Octal | 305 | 172 | 170 | 0 | 46 | 47 | 27 | 2 | 50 | 76 |
| Binary | 11000101 | 1111010 | 1111000 | 0 | 100110 | 100111 | 10111 | 10 | 101000 | 111110 |
Color Harmonies of #C57A78
Complementary color
Monochromatic Colors of #C57A78
Black with #C57A78
Text Example
Text Example
White with #C57A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A78; }
p { color: rgb(197,122,120); }
H1.HeaderClassName
{
color: #C57A78;
}
.AnyTagClassName
{
color: #C57A78;
}
</style>
background-color css
<style>
a { background-color: #C57A78; }
a { background-color: rgb(197,122,120); }
div.DivClassName
{
background-color: #C57A78;
}
.BgClassName
{
background-color: #C57A78;
}
</style>
border-color css
<style>
span { border-color: #C57A78; }
span { border-color: rgb(197,122,120); }
td.TdClassName
{
border-color: #C57A78;
}
.TagClassName
{
border-color: #C57A78;
}
</style>