Shades of Contessa #C2786E
Tints of Contessa #C2786E
RGB
CMYK
RGB Variations
Color information
#C2786E (or 0xC2786E) is known color: Contessa. HEX triplet: C2, 78 and 6E. RGB value is (194,120,110). Sum of RGB (Red+Green+Blue) = 194+120+110=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2786E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2786E is #3D8791. Grayscale: #8D8D8D. Windows color (decimal): -4032402 or 7239874. OLE color: 7239874.
HSL color Cylindrical-coordinate representation of color #C2786E: hue angle of 7.14º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2786E is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 110 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.24 |
| HSL | 7.14º | 0.41% | 0.6% | - |
| HSV(B) | 7.14º | 0.43% | 0.76% | - |
| XYZ | 31.78 | 26.03 | 18.1 | - |
| YUV | 140.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 110 | 0 | 0.38 | 0.43 | 0.24 | 7.14 | 0.41 | 0.6 |
| Hex | C2 | 78 | 6E | 0 | 26 | 2B | 18 | 7 | 29 | 3C |
| Octal | 302 | 170 | 156 | 0 | 46 | 53 | 30 | 7 | 51 | 74 |
| Binary | 11000010 | 1111000 | 1101110 | 0 | 100110 | 101011 | 11000 | 111 | 101001 | 111100 |
Color Harmonies of #C2786E
Complementary color
Monochromatic Colors of #C2786E
Black with #C2786E
Text Example
Text Example
White with #C2786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2786E; }
p { color: rgb(194,120,110); }
H1.HeaderClassName
{
color: #C2786E;
}
.AnyTagClassName
{
color: #C2786E;
}
</style>
background-color css
<style>
a { background-color: #C2786E; }
a { background-color: rgb(194,120,110); }
div.DivClassName
{
background-color: #C2786E;
}
.BgClassName
{
background-color: #C2786E;
}
</style>
border-color css
<style>
span { border-color: #C2786E; }
span { border-color: rgb(194,120,110); }
td.TdClassName
{
border-color: #C2786E;
}
.TagClassName
{
border-color: #C2786E;
}
</style>