Shades of Contessa #C17869
Tints of Contessa #C17869
RGB
CMYK
RGB Variations
Color information
#C17869 (or 0xC17869) is known color: Contessa. HEX triplet: C1, 78 and 69. RGB value is (193,120,105). Sum of RGB (Red+Green+Blue) = 193+120+105=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C17869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17869 is #3E8796. Grayscale: #8C8C8C. Windows color (decimal): -4097943 or 6912193. OLE color: 6912193.
HSL color Cylindrical-coordinate representation of color #C17869: hue angle of 10.23º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C17869 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 105 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.24 |
| HSL | 10.23º | 0.42% | 0.58% | - |
| HSV(B) | 10.23º | 0.46% | 0.76% | - |
| XYZ | 31.26 | 25.79 | 16.7 | - |
| YUV | 140.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 105 | 0 | 0.38 | 0.46 | 0.24 | 10.23 | 0.42 | 0.58 |
| Hex | C1 | 78 | 69 | 0 | 26 | 2E | 18 | A | 2A | 3A |
| Octal | 301 | 170 | 151 | 0 | 46 | 56 | 30 | 12 | 52 | 72 |
| Binary | 11000001 | 1111000 | 1101001 | 0 | 100110 | 101110 | 11000 | 1010 | 101010 | 111010 |
Color Harmonies of #C17869
Complementary color
Monochromatic Colors of #C17869
Black with #C17869
Text Example
Text Example
White with #C17869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17869; }
p { color: rgb(193,120,105); }
H1.HeaderClassName
{
color: #C17869;
}
.AnyTagClassName
{
color: #C17869;
}
</style>
background-color css
<style>
a { background-color: #C17869; }
a { background-color: rgb(193,120,105); }
div.DivClassName
{
background-color: #C17869;
}
.BgClassName
{
background-color: #C17869;
}
</style>
border-color css
<style>
span { border-color: #C17869; }
span { border-color: rgb(193,120,105); }
td.TdClassName
{
border-color: #C17869;
}
.TagClassName
{
border-color: #C17869;
}
</style>