Shades of Contessa #C17A6C
Tints of Contessa #C17A6C
RGB
CMYK
RGB Variations
Color information
#C17A6C (or 0xC17A6C) is known color: Contessa. HEX triplet: C1, 7A and 6C. RGB value is (193,122,108). Sum of RGB (Red+Green+Blue) = 193+122+108=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A6C is #3E8593. Grayscale: #8D8D8D. Windows color (decimal): -4097428 or 7109313. OLE color: 7109313.
HSL color Cylindrical-coordinate representation of color #C17A6C: hue angle of 9.88º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C17A6C is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 108 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.24 |
| HSL | 9.88º | 0.41% | 0.59% | - |
| HSV(B) | 9.88º | 0.44% | 0.76% | - |
| XYZ | 31.66 | 26.34 | 17.6 | - |
| YUV | 141.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 108 | 0 | 0.37 | 0.44 | 0.24 | 9.88 | 0.41 | 0.59 |
| Hex | C1 | 7A | 6C | 0 | 25 | 2C | 18 | A | 29 | 3B |
| Octal | 301 | 172 | 154 | 0 | 45 | 54 | 30 | 12 | 51 | 73 |
| Binary | 11000001 | 1111010 | 1101100 | 0 | 100101 | 101100 | 11000 | 1010 | 101001 | 111011 |
Color Harmonies of #C17A6C
Complementary color
Monochromatic Colors of #C17A6C
Black with #C17A6C
Text Example
Text Example
White with #C17A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A6C; }
p { color: rgb(193,122,108); }
H1.HeaderClassName
{
color: #C17A6C;
}
.AnyTagClassName
{
color: #C17A6C;
}
</style>
background-color css
<style>
a { background-color: #C17A6C; }
a { background-color: rgb(193,122,108); }
div.DivClassName
{
background-color: #C17A6C;
}
.BgClassName
{
background-color: #C17A6C;
}
</style>
border-color css
<style>
span { border-color: #C17A6C; }
span { border-color: rgb(193,122,108); }
td.TdClassName
{
border-color: #C17A6C;
}
.TagClassName
{
border-color: #C17A6C;
}
</style>