Shades of Contessa #C57864
Tints of Contessa #C57864
RGB
CMYK
RGB Variations
Color information
#C57864 (or 0xC57864) is known color: Contessa. HEX triplet: C5, 78 and 64. RGB value is (197,120,100). Sum of RGB (Red+Green+Blue) = 197+120+100=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C57864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57864 is #3A879B. Grayscale: #8C8C8C. Windows color (decimal): -3835804 or 6584517. OLE color: 6584517.
HSL color Cylindrical-coordinate representation of color #C57864: hue angle of 12.37º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C57864 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 100 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.23 |
| HSL | 12.37º | 0.46% | 0.58% | - |
| HSV(B) | 12.37º | 0.49% | 0.77% | - |
| XYZ | 32.04 | 26.22 | 15.43 | - |
| YUV | 140.74 | 105.01 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 100 | 0 | 0.39 | 0.49 | 0.23 | 12.37 | 0.46 | 0.58 |
| Hex | C5 | 78 | 64 | 0 | 27 | 31 | 17 | C | 2E | 3A |
| Octal | 305 | 170 | 144 | 0 | 47 | 61 | 27 | 14 | 56 | 72 |
| Binary | 11000101 | 1111000 | 1100100 | 0 | 100111 | 110001 | 10111 | 1100 | 101110 | 111010 |
Color Harmonies of #C57864
Complementary color
Monochromatic Colors of #C57864
Black with #C57864
Text Example
Text Example
White with #C57864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57864; }
p { color: rgb(197,120,100); }
H1.HeaderClassName
{
color: #C57864;
}
.AnyTagClassName
{
color: #C57864;
}
</style>
background-color css
<style>
a { background-color: #C57864; }
a { background-color: rgb(197,120,100); }
div.DivClassName
{
background-color: #C57864;
}
.BgClassName
{
background-color: #C57864;
}
</style>
border-color css
<style>
span { border-color: #C57864; }
span { border-color: rgb(197,120,100); }
td.TdClassName
{
border-color: #C57864;
}
.TagClassName
{
border-color: #C57864;
}
</style>