Shades of Contessa #C17870
Tints of Contessa #C17870
RGB
CMYK
RGB Variations
Color information
#C17870 (or 0xC17870) is known color: Contessa. HEX triplet: C1, 78 and 70. RGB value is (193,120,112). Sum of RGB (Red+Green+Blue) = 193+120+112=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C17870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17870 is #3E878F. Grayscale: #8D8D8D. Windows color (decimal): -4097936 or 7370945. OLE color: 7370945.
HSL color Cylindrical-coordinate representation of color #C17870: hue angle of 5.93º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C17870 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 112 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.24 |
| HSL | 5.93º | 0.4% | 0.6% | - |
| HSV(B) | 5.93º | 0.42% | 0.76% | - |
| XYZ | 31.63 | 25.94 | 18.67 | - |
| YUV | 140.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 112 | 0 | 0.38 | 0.42 | 0.24 | 5.93 | 0.4 | 0.6 |
| Hex | C1 | 78 | 70 | 0 | 26 | 2A | 18 | 6 | 28 | 3C |
| Octal | 301 | 170 | 160 | 0 | 46 | 52 | 30 | 6 | 50 | 74 |
| Binary | 11000001 | 1111000 | 1110000 | 0 | 100110 | 101010 | 11000 | 110 | 101000 | 111100 |
Color Harmonies of #C17870
Complementary color
Monochromatic Colors of #C17870
Black with #C17870
Text Example
Text Example
White with #C17870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17870; }
p { color: rgb(193,120,112); }
H1.HeaderClassName
{
color: #C17870;
}
.AnyTagClassName
{
color: #C17870;
}
</style>
background-color css
<style>
a { background-color: #C17870; }
a { background-color: rgb(193,120,112); }
div.DivClassName
{
background-color: #C17870;
}
.BgClassName
{
background-color: #C17870;
}
</style>
border-color css
<style>
span { border-color: #C17870; }
span { border-color: rgb(193,120,112); }
td.TdClassName
{
border-color: #C17870;
}
.TagClassName
{
border-color: #C17870;
}
</style>