Shades of Contessa #C17A73
Tints of Contessa #C17A73
RGB
CMYK
RGB Variations
Color information
#C17A73 (or 0xC17A73) is known color: Contessa. HEX triplet: C1, 7A and 73. RGB value is (193,122,115). Sum of RGB (Red+Green+Blue) = 193+122+115=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A73 is #3E858C. Grayscale: #8E8E8E. Windows color (decimal): -4097421 or 7568065. OLE color: 7568065.
HSL color Cylindrical-coordinate representation of color #C17A73: hue angle of 5.38º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17A73 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 115 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.24 |
| HSL | 5.38º | 0.39% | 0.6% | - |
| HSV(B) | 5.38º | 0.4% | 0.76% | - |
| XYZ | 32.05 | 26.49 | 19.64 | - |
| YUV | 142.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 115 | 0 | 0.37 | 0.40 | 0.24 | 5.38 | 0.39 | 0.6 |
| Hex | C1 | 7A | 73 | 0 | 25 | 28 | 18 | 5 | 27 | 3C |
| Octal | 301 | 172 | 163 | 0 | 45 | 50 | 30 | 5 | 47 | 74 |
| Binary | 11000001 | 1111010 | 1110011 | 0 | 100101 | 101000 | 11000 | 101 | 100111 | 111100 |
Color Harmonies of #C17A73
Complementary color
Monochromatic Colors of #C17A73
Black with #C17A73
Text Example
Text Example
White with #C17A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A73; }
p { color: rgb(193,122,115); }
H1.HeaderClassName
{
color: #C17A73;
}
.AnyTagClassName
{
color: #C17A73;
}
</style>
background-color css
<style>
a { background-color: #C17A73; }
a { background-color: rgb(193,122,115); }
div.DivClassName
{
background-color: #C17A73;
}
.BgClassName
{
background-color: #C17A73;
}
</style>
border-color css
<style>
span { border-color: #C17A73; }
span { border-color: rgb(193,122,115); }
td.TdClassName
{
border-color: #C17A73;
}
.TagClassName
{
border-color: #C17A73;
}
</style>