Shades of Contessa #C1786F
Tints of Contessa #C1786F
RGB
CMYK
RGB Variations
Color information
#C1786F (or 0xC1786F) is known color: Contessa. HEX triplet: C1, 78 and 6F. RGB value is (193,120,111). Sum of RGB (Red+Green+Blue) = 193+120+111=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C1786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1786F is #3E8790. Grayscale: #8C8C8C. Windows color (decimal): -4097937 or 7305409. OLE color: 7305409.
HSL color Cylindrical-coordinate representation of color #C1786F: hue angle of 6.59º 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 #C1786F is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 111 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.24 |
| HSL | 6.59º | 0.4% | 0.6% | - |
| HSV(B) | 6.59º | 0.42% | 0.76% | - |
| XYZ | 31.58 | 25.92 | 18.38 | - |
| YUV | 140.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 111 | 0 | 0.38 | 0.42 | 0.24 | 6.59 | 0.4 | 0.6 |
| Hex | C1 | 78 | 6F | 0 | 26 | 2A | 18 | 7 | 28 | 3C |
| Octal | 301 | 170 | 157 | 0 | 46 | 52 | 30 | 7 | 50 | 74 |
| Binary | 11000001 | 1111000 | 1101111 | 0 | 100110 | 101010 | 11000 | 111 | 101000 | 111100 |
Color Harmonies of #C1786F
Complementary color
Monochromatic Colors of #C1786F
Black with #C1786F
Text Example
Text Example
White with #C1786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1786F; }
p { color: rgb(193,120,111); }
H1.HeaderClassName
{
color: #C1786F;
}
.AnyTagClassName
{
color: #C1786F;
}
</style>
background-color css
<style>
a { background-color: #C1786F; }
a { background-color: rgb(193,120,111); }
div.DivClassName
{
background-color: #C1786F;
}
.BgClassName
{
background-color: #C1786F;
}
</style>
border-color css
<style>
span { border-color: #C1786F; }
span { border-color: rgb(193,120,111); }
td.TdClassName
{
border-color: #C1786F;
}
.TagClassName
{
border-color: #C1786F;
}
</style>