Shades of Contessa #C16F61
Tints of Contessa #C16F61
RGB
CMYK
RGB Variations
Color information
#C16F61 (or 0xC16F61) is known color: Contessa. HEX triplet: C1, 6F and 61. RGB value is (193,111,97). Sum of RGB (Red+Green+Blue) = 193+111+97=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F61 is #3E909E. Grayscale: #868686. Windows color (decimal): -4100255 or 6385601. OLE color: 6385601.
HSL color Cylindrical-coordinate representation of color #C16F61: hue angle of 8.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16F61 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 97 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.24 |
| HSL | 8.75º | 0.44% | 0.57% | - |
| HSV(B) | 8.75º | 0.5% | 0.76% | - |
| XYZ | 29.83 | 23.57 | 14.29 | - |
| YUV | 133.92 | 107.17 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 97 | 0 | 0.42 | 0.50 | 0.24 | 8.75 | 0.44 | 0.57 |
| Hex | C1 | 6F | 61 | 0 | 2A | 32 | 18 | 9 | 2C | 39 |
| Octal | 301 | 157 | 141 | 0 | 52 | 62 | 30 | 11 | 54 | 71 |
| Binary | 11000001 | 1101111 | 1100001 | 0 | 101010 | 110010 | 11000 | 1001 | 101100 | 111001 |
Color Harmonies of #C16F61
Complementary color
Monochromatic Colors of #C16F61
Black with #C16F61
Text Example
Text Example
White with #C16F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F61; }
p { color: rgb(193,111,97); }
H1.HeaderClassName
{
color: #C16F61;
}
.AnyTagClassName
{
color: #C16F61;
}
</style>
background-color css
<style>
a { background-color: #C16F61; }
a { background-color: rgb(193,111,97); }
div.DivClassName
{
background-color: #C16F61;
}
.BgClassName
{
background-color: #C16F61;
}
</style>
border-color css
<style>
span { border-color: #C16F61; }
span { border-color: rgb(193,111,97); }
td.TdClassName
{
border-color: #C16F61;
}
.TagClassName
{
border-color: #C16F61;
}
</style>