Shades of Contessa #C57B76
Tints of Contessa #C57B76
RGB
CMYK
RGB Variations
Color information
#C57B76 (or 0xC57B76) is known color: Contessa. HEX triplet: C5, 7B and 76. RGB value is (197,123,118). Sum of RGB (Red+Green+Blue) = 197+123+118=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57B76 is #3A8489. Grayscale: #909090. Windows color (decimal): -3835018 or 7764933. OLE color: 7764933.
HSL color Cylindrical-coordinate representation of color #C57B76: hue angle of 3.8º degrees, saturation: 0.41, 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 #C57B76 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 118 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.23 |
| HSL | 3.8º | 0.41% | 0.62% | - |
| HSV(B) | 3.8º | 0.4% | 0.77% | - |
| XYZ | 33.38 | 27.34 | 20.66 | - |
| YUV | 144.56 | 113.02 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 118 | 0 | 0.38 | 0.40 | 0.23 | 3.8 | 0.41 | 0.62 |
| Hex | C5 | 7B | 76 | 0 | 26 | 28 | 17 | 4 | 29 | 3E |
| Octal | 305 | 173 | 166 | 0 | 46 | 50 | 27 | 4 | 51 | 76 |
| Binary | 11000101 | 1111011 | 1110110 | 0 | 100110 | 101000 | 10111 | 100 | 101001 | 111110 |
Color Harmonies of #C57B76
Complementary color
Monochromatic Colors of #C57B76
Black with #C57B76
Text Example
Text Example
White with #C57B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B76; }
p { color: rgb(197,123,118); }
H1.HeaderClassName
{
color: #C57B76;
}
.AnyTagClassName
{
color: #C57B76;
}
</style>
background-color css
<style>
a { background-color: #C57B76; }
a { background-color: rgb(197,123,118); }
div.DivClassName
{
background-color: #C57B76;
}
.BgClassName
{
background-color: #C57B76;
}
</style>
border-color css
<style>
span { border-color: #C57B76; }
span { border-color: rgb(197,123,118); }
td.TdClassName
{
border-color: #C57B76;
}
.TagClassName
{
border-color: #C57B76;
}
</style>