Shades of Contessa #C17A66
Tints of Contessa #C17A66
RGB
CMYK
RGB Variations
Color information
#C17A66 (or 0xC17A66) is known color: Contessa. HEX triplet: C1, 7A and 66. RGB value is (193,122,102). Sum of RGB (Red+Green+Blue) = 193+122+102=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A66 is #3E8599. Grayscale: #8D8D8D. Windows color (decimal): -4097434 or 6716097. OLE color: 6716097.
HSL color Cylindrical-coordinate representation of color #C17A66: hue angle of 13.19º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C17A66 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 102 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.24 |
| HSL | 13.19º | 0.42% | 0.58% | - |
| HSV(B) | 13.19º | 0.47% | 0.76% | - |
| XYZ | 31.35 | 26.22 | 15.98 | - |
| YUV | 140.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 102 | 0 | 0.37 | 0.47 | 0.24 | 13.19 | 0.42 | 0.58 |
| Hex | C1 | 7A | 66 | 0 | 25 | 2F | 18 | D | 2A | 3A |
| Octal | 301 | 172 | 146 | 0 | 45 | 57 | 30 | 15 | 52 | 72 |
| Binary | 11000001 | 1111010 | 1100110 | 0 | 100101 | 101111 | 11000 | 1101 | 101010 | 111010 |
Color Harmonies of #C17A66
Complementary color
Monochromatic Colors of #C17A66
Black with #C17A66
Text Example
Text Example
White with #C17A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A66; }
p { color: rgb(193,122,102); }
H1.HeaderClassName
{
color: #C17A66;
}
.AnyTagClassName
{
color: #C17A66;
}
</style>
background-color css
<style>
a { background-color: #C17A66; }
a { background-color: rgb(193,122,102); }
div.DivClassName
{
background-color: #C17A66;
}
.BgClassName
{
background-color: #C17A66;
}
</style>
border-color css
<style>
span { border-color: #C17A66; }
span { border-color: rgb(193,122,102); }
td.TdClassName
{
border-color: #C17A66;
}
.TagClassName
{
border-color: #C17A66;
}
</style>