Shades of Contessa #C1716F
Tints of Contessa #C1716F
RGB
CMYK
RGB Variations
Color information
#C1716F (or 0xC1716F) is known color: Contessa. HEX triplet: C1, 71 and 6F. RGB value is (193,113,111). Sum of RGB (Red+Green+Blue) = 193+113+111=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1716F is #3E8E90. Grayscale: #888888. Windows color (decimal): -4099729 or 7303617. OLE color: 7303617.
HSL color Cylindrical-coordinate representation of color #C1716F: hue angle of 1.46º 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 #C1716F is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 111 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.24 |
| HSL | 1.46º | 0.4% | 0.6% | - |
| HSV(B) | 1.46º | 0.42% | 0.76% | - |
| XYZ | 30.77 | 24.3 | 18.11 | - |
| YUV | 136.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 111 | 0 | 0.41 | 0.42 | 0.24 | 1.46 | 0.4 | 0.6 |
| Hex | C1 | 71 | 6F | 0 | 29 | 2A | 18 | 1 | 28 | 3C |
| Octal | 301 | 161 | 157 | 0 | 51 | 52 | 30 | 1 | 50 | 74 |
| Binary | 11000001 | 1110001 | 1101111 | 0 | 101001 | 101010 | 11000 | 1 | 101000 | 111100 |
Color Harmonies of #C1716F
Complementary color
Monochromatic Colors of #C1716F
Black with #C1716F
Text Example
Text Example
White with #C1716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1716F; }
p { color: rgb(193,113,111); }
H1.HeaderClassName
{
color: #C1716F;
}
.AnyTagClassName
{
color: #C1716F;
}
</style>
background-color css
<style>
a { background-color: #C1716F; }
a { background-color: rgb(193,113,111); }
div.DivClassName
{
background-color: #C1716F;
}
.BgClassName
{
background-color: #C1716F;
}
</style>
border-color css
<style>
span { border-color: #C1716F; }
span { border-color: rgb(193,113,111); }
td.TdClassName
{
border-color: #C1716F;
}
.TagClassName
{
border-color: #C1716F;
}
</style>