Shades of Contessa #C1786B
Tints of Contessa #C1786B
RGB
CMYK
RGB Variations
Color information
#C1786B (or 0xC1786B) is known color: Contessa. HEX triplet: C1, 78 and 6B. RGB value is (193,120,107). Sum of RGB (Red+Green+Blue) = 193+120+107=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1786B is #3E8794. Grayscale: #8C8C8C. Windows color (decimal): -4097941 or 7043265. OLE color: 7043265.
HSL color Cylindrical-coordinate representation of color #C1786B: hue angle of 9.07º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1786B is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 107 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.24 |
| HSL | 9.07º | 0.41% | 0.59% | - |
| HSV(B) | 9.07º | 0.45% | 0.76% | - |
| XYZ | 31.36 | 25.83 | 17.24 | - |
| YUV | 140.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 107 | 0 | 0.38 | 0.45 | 0.24 | 9.07 | 0.41 | 0.59 |
| Hex | C1 | 78 | 6B | 0 | 26 | 2D | 18 | 9 | 29 | 3B |
| Octal | 301 | 170 | 153 | 0 | 46 | 55 | 30 | 11 | 51 | 73 |
| Binary | 11000001 | 1111000 | 1101011 | 0 | 100110 | 101101 | 11000 | 1001 | 101001 | 111011 |
Color Harmonies of #C1786B
Complementary color
Monochromatic Colors of #C1786B
Black with #C1786B
Text Example
Text Example
White with #C1786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1786B; }
p { color: rgb(193,120,107); }
H1.HeaderClassName
{
color: #C1786B;
}
.AnyTagClassName
{
color: #C1786B;
}
</style>
background-color css
<style>
a { background-color: #C1786B; }
a { background-color: rgb(193,120,107); }
div.DivClassName
{
background-color: #C1786B;
}
.BgClassName
{
background-color: #C1786B;
}
</style>
border-color css
<style>
span { border-color: #C1786B; }
span { border-color: rgb(193,120,107); }
td.TdClassName
{
border-color: #C1786B;
}
.TagClassName
{
border-color: #C1786B;
}
</style>