Shades of Contessa #C2786A
Tints of Contessa #C2786A
RGB
CMYK
RGB Variations
Color information
#C2786A (or 0xC2786A) is known color: Contessa. HEX triplet: C2, 78 and 6A. RGB value is (194,120,106). Sum of RGB (Red+Green+Blue) = 194+120+106=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2786A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2786A is #3D8795. Grayscale: #8C8C8C. Windows color (decimal): -4032406 or 6977730. OLE color: 6977730.
HSL color Cylindrical-coordinate representation of color #C2786A: hue angle of 9.55º degrees, saturation: 0.42, 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 #C2786A is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 106 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.24 |
| HSL | 9.55º | 0.42% | 0.59% | - |
| HSV(B) | 9.55º | 0.45% | 0.76% | - |
| XYZ | 31.57 | 25.94 | 16.98 | - |
| YUV | 140.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 106 | 0 | 0.38 | 0.45 | 0.24 | 9.55 | 0.42 | 0.59 |
| Hex | C2 | 78 | 6A | 0 | 26 | 2D | 18 | A | 2A | 3B |
| Octal | 302 | 170 | 152 | 0 | 46 | 55 | 30 | 12 | 52 | 73 |
| Binary | 11000010 | 1111000 | 1101010 | 0 | 100110 | 101101 | 11000 | 1010 | 101010 | 111011 |
Color Harmonies of #C2786A
Complementary color
Monochromatic Colors of #C2786A
Black with #C2786A
Text Example
Text Example
White with #C2786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2786A; }
p { color: rgb(194,120,106); }
H1.HeaderClassName
{
color: #C2786A;
}
.AnyTagClassName
{
color: #C2786A;
}
</style>
background-color css
<style>
a { background-color: #C2786A; }
a { background-color: rgb(194,120,106); }
div.DivClassName
{
background-color: #C2786A;
}
.BgClassName
{
background-color: #C2786A;
}
</style>
border-color css
<style>
span { border-color: #C2786A; }
span { border-color: rgb(194,120,106); }
td.TdClassName
{
border-color: #C2786A;
}
.TagClassName
{
border-color: #C2786A;
}
</style>