Shades of Contessa #C17371
Tints of Contessa #C17371
RGB
CMYK
RGB Variations
Color information
#C17371 (or 0xC17371) is known color: Contessa. HEX triplet: C1, 73 and 71. RGB value is (193,115,113). Sum of RGB (Red+Green+Blue) = 193+115+113=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C17371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17371 is #3E8C8E. Grayscale: #8A8A8A. Windows color (decimal): -4099215 or 7435201. OLE color: 7435201.
HSL color Cylindrical-coordinate representation of color #C17371: hue angle of 1.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C17371 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 113 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.24 |
| HSL | 1.5º | 0.39% | 0.6% | - |
| HSV(B) | 1.5º | 0.41% | 0.76% | - |
| XYZ | 31.1 | 24.79 | 18.77 | - |
| YUV | 138.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 113 | 0 | 0.40 | 0.41 | 0.24 | 1.5 | 0.39 | 0.6 |
| Hex | C1 | 73 | 71 | 0 | 28 | 29 | 18 | 2 | 27 | 3C |
| Octal | 301 | 163 | 161 | 0 | 50 | 51 | 30 | 2 | 47 | 74 |
| Binary | 11000001 | 1110011 | 1110001 | 0 | 101000 | 101001 | 11000 | 10 | 100111 | 111100 |
Color Harmonies of #C17371
Complementary color
Monochromatic Colors of #C17371
Black with #C17371
Text Example
Text Example
White with #C17371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17371; }
p { color: rgb(193,115,113); }
H1.HeaderClassName
{
color: #C17371;
}
.AnyTagClassName
{
color: #C17371;
}
</style>
background-color css
<style>
a { background-color: #C17371; }
a { background-color: rgb(193,115,113); }
div.DivClassName
{
background-color: #C17371;
}
.BgClassName
{
background-color: #C17371;
}
</style>
border-color css
<style>
span { border-color: #C17371; }
span { border-color: rgb(193,115,113); }
td.TdClassName
{
border-color: #C17371;
}
.TagClassName
{
border-color: #C17371;
}
</style>