Shades of Contessa #C57867
Tints of Contessa #C57867
RGB
CMYK
RGB Variations
Color information
#C57867 (or 0xC57867) is known color: Contessa. HEX triplet: C5, 78 and 67. RGB value is (197,120,103). Sum of RGB (Red+Green+Blue) = 197+120+103=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C57867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57867 is #3A8798. Grayscale: #8D8D8D. Windows color (decimal): -3835801 or 6781125. OLE color: 6781125.
HSL color Cylindrical-coordinate representation of color #C57867: hue angle of 10.85º 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 #C57867 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 103 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.23 |
| HSL | 10.85º | 0.45% | 0.59% | - |
| HSV(B) | 10.85º | 0.48% | 0.77% | - |
| XYZ | 32.19 | 26.28 | 16.21 | - |
| YUV | 141.09 | 106.51 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 103 | 0 | 0.39 | 0.48 | 0.23 | 10.85 | 0.45 | 0.59 |
| Hex | C5 | 78 | 67 | 0 | 27 | 30 | 17 | B | 2D | 3B |
| Octal | 305 | 170 | 147 | 0 | 47 | 60 | 27 | 13 | 55 | 73 |
| Binary | 11000101 | 1111000 | 1100111 | 0 | 100111 | 110000 | 10111 | 1011 | 101101 | 111011 |
Color Harmonies of #C57867
Complementary color
Monochromatic Colors of #C57867
Black with #C57867
Text Example
Text Example
White with #C57867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57867; }
p { color: rgb(197,120,103); }
H1.HeaderClassName
{
color: #C57867;
}
.AnyTagClassName
{
color: #C57867;
}
</style>
background-color css
<style>
a { background-color: #C57867; }
a { background-color: rgb(197,120,103); }
div.DivClassName
{
background-color: #C57867;
}
.BgClassName
{
background-color: #C57867;
}
</style>
border-color css
<style>
span { border-color: #C57867; }
span { border-color: rgb(197,120,103); }
td.TdClassName
{
border-color: #C57867;
}
.TagClassName
{
border-color: #C57867;
}
</style>