Shades of Contessa #C57B77
Tints of Contessa #C57B77
RGB
CMYK
RGB Variations
Color information
#C57B77 (or 0xC57B77) is known color: Contessa. HEX triplet: C5, 7B and 77. RGB value is (197,123,119). Sum of RGB (Red+Green+Blue) = 197+123+119=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57B77 is #3A8488. Grayscale: #909090. Windows color (decimal): -3835017 or 7830469. OLE color: 7830469.
HSL color Cylindrical-coordinate representation of color #C57B77: hue angle of 3.08º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57B77 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 119 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.23 |
| HSL | 3.08º | 0.4% | 0.62% | - |
| HSV(B) | 3.08º | 0.4% | 0.77% | - |
| XYZ | 33.44 | 27.37 | 20.97 | - |
| YUV | 144.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 119 | 0 | 0.38 | 0.40 | 0.23 | 3.08 | 0.4 | 0.62 |
| Hex | C5 | 7B | 77 | 0 | 26 | 28 | 17 | 3 | 28 | 3E |
| Octal | 305 | 173 | 167 | 0 | 46 | 50 | 27 | 3 | 50 | 76 |
| Binary | 11000101 | 1111011 | 1110111 | 0 | 100110 | 101000 | 10111 | 11 | 101000 | 111110 |
Color Harmonies of #C57B77
Complementary color
Monochromatic Colors of #C57B77
Black with #C57B77
Text Example
Text Example
White with #C57B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B77; }
p { color: rgb(197,123,119); }
H1.HeaderClassName
{
color: #C57B77;
}
.AnyTagClassName
{
color: #C57B77;
}
</style>
background-color css
<style>
a { background-color: #C57B77; }
a { background-color: rgb(197,123,119); }
div.DivClassName
{
background-color: #C57B77;
}
.BgClassName
{
background-color: #C57B77;
}
</style>
border-color css
<style>
span { border-color: #C57B77; }
span { border-color: rgb(197,123,119); }
td.TdClassName
{
border-color: #C57B77;
}
.TagClassName
{
border-color: #C57B77;
}
</style>