Shades of Contessa #C57767
Tints of Contessa #C57767
RGB
CMYK
RGB Variations
Color information
#C57767 (or 0xC57767) is known color: Contessa. HEX triplet: C5, 77 and 67. RGB value is (197,119,103). Sum of RGB (Red+Green+Blue) = 197+119+103=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C57767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57767 is #3A8898. Grayscale: #8C8C8C. Windows color (decimal): -3836057 or 6780869. OLE color: 6780869.
HSL color Cylindrical-coordinate representation of color #C57767: hue angle of 10.21º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C57767 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 103 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.23 |
| HSL | 10.21º | 0.45% | 0.59% | - |
| HSV(B) | 10.21º | 0.48% | 0.77% | - |
| XYZ | 32.07 | 26.04 | 16.17 | - |
| YUV | 140.5 | 106.84 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 103 | 0 | 0.40 | 0.48 | 0.23 | 10.21 | 0.45 | 0.59 |
| Hex | C5 | 77 | 67 | 0 | 28 | 30 | 17 | A | 2D | 3B |
| Octal | 305 | 167 | 147 | 0 | 50 | 60 | 27 | 12 | 55 | 73 |
| Binary | 11000101 | 1110111 | 1100111 | 0 | 101000 | 110000 | 10111 | 1010 | 101101 | 111011 |
Color Harmonies of #C57767
Complementary color
Monochromatic Colors of #C57767
Black with #C57767
Text Example
Text Example
White with #C57767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57767; }
p { color: rgb(197,119,103); }
H1.HeaderClassName
{
color: #C57767;
}
.AnyTagClassName
{
color: #C57767;
}
</style>
background-color css
<style>
a { background-color: #C57767; }
a { background-color: rgb(197,119,103); }
div.DivClassName
{
background-color: #C57767;
}
.BgClassName
{
background-color: #C57767;
}
</style>
border-color css
<style>
span { border-color: #C57767; }
span { border-color: rgb(197,119,103); }
td.TdClassName
{
border-color: #C57767;
}
.TagClassName
{
border-color: #C57767;
}
</style>