Shades of Contessa #C16F6F
Tints of Contessa #C16F6F
RGB
CMYK
RGB Variations
Color information
#C16F6F (or 0xC16F6F) is known color: Contessa. HEX triplet: C1, 6F and 6F. RGB value is (193,111,111). Sum of RGB (Red+Green+Blue) = 193+111+111=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F6F is #3E9090. Grayscale: #878787. Windows color (decimal): -4100241 or 7303105. OLE color: 7303105.
HSL color Cylindrical-coordinate representation of color #C16F6F: hue angle of 0º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C16F6F is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 111 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.24 |
| HSL | 0º | 0.4% | 0.6% | - |
| HSV(B) | 0º | 0.42% | 0.76% | - |
| XYZ | 30.55 | 23.85 | 18.03 | - |
| YUV | 135.52 | 114.17 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 111 | 0 | 0.42 | 0.42 | 0.24 | 0 | 0.4 | 0.6 |
| Hex | C1 | 6F | 6F | 0 | 2A | 2A | 18 | 0 | 28 | 3C |
| Octal | 301 | 157 | 157 | 0 | 52 | 52 | 30 | 0 | 50 | 74 |
| Binary | 11000001 | 1101111 | 1101111 | 0 | 101010 | 101010 | 11000 | 0 | 101000 | 111100 |
Color Harmonies of #C16F6F
Complementary color
Monochromatic Colors of #C16F6F
Black with #C16F6F
Text Example
Text Example
White with #C16F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F6F; }
p { color: rgb(193,111,111); }
H1.HeaderClassName
{
color: #C16F6F;
}
.AnyTagClassName
{
color: #C16F6F;
}
</style>
background-color css
<style>
a { background-color: #C16F6F; }
a { background-color: rgb(193,111,111); }
div.DivClassName
{
background-color: #C16F6F;
}
.BgClassName
{
background-color: #C16F6F;
}
</style>
border-color css
<style>
span { border-color: #C16F6F; }
span { border-color: rgb(193,111,111); }
td.TdClassName
{
border-color: #C16F6F;
}
.TagClassName
{
border-color: #C16F6F;
}
</style>