Shades of Contessa #C1776D
Tints of Contessa #C1776D
RGB
CMYK
RGB Variations
Color information
#C1776D (or 0xC1776D) is known color: Contessa. HEX triplet: C1, 77 and 6D. RGB value is (193,119,109). Sum of RGB (Red+Green+Blue) = 193+119+109=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C1776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1776D is #3E8892. Grayscale: #8C8C8C. Windows color (decimal): -4098195 or 7174081. OLE color: 7174081.
HSL color Cylindrical-coordinate representation of color #C1776D: hue angle of 7.14º degrees, saturation: 0.4, 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 #C1776D is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 109 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.24 |
| HSL | 7.14º | 0.4% | 0.59% | - |
| HSV(B) | 7.14º | 0.44% | 0.76% | - |
| XYZ | 31.35 | 25.64 | 17.76 | - |
| YUV | 139.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 109 | 0 | 0.38 | 0.44 | 0.24 | 7.14 | 0.4 | 0.59 |
| Hex | C1 | 77 | 6D | 0 | 26 | 2C | 18 | 7 | 28 | 3B |
| Octal | 301 | 167 | 155 | 0 | 46 | 54 | 30 | 7 | 50 | 73 |
| Binary | 11000001 | 1110111 | 1101101 | 0 | 100110 | 101100 | 11000 | 111 | 101000 | 111011 |
Color Harmonies of #C1776D
Complementary color
Monochromatic Colors of #C1776D
Black with #C1776D
Text Example
Text Example
White with #C1776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1776D; }
p { color: rgb(193,119,109); }
H1.HeaderClassName
{
color: #C1776D;
}
.AnyTagClassName
{
color: #C1776D;
}
</style>
background-color css
<style>
a { background-color: #C1776D; }
a { background-color: rgb(193,119,109); }
div.DivClassName
{
background-color: #C1776D;
}
.BgClassName
{
background-color: #C1776D;
}
</style>
border-color css
<style>
span { border-color: #C1776D; }
span { border-color: rgb(193,119,109); }
td.TdClassName
{
border-color: #C1776D;
}
.TagClassName
{
border-color: #C1776D;
}
</style>