Shades of Contessa #C2786C
Tints of Contessa #C2786C
RGB
CMYK
RGB Variations
Color information
#C2786C (or 0xC2786C) is known color: Contessa. HEX triplet: C2, 78 and 6C. RGB value is (194,120,108). Sum of RGB (Red+Green+Blue) = 194+120+108=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2786C is #3D8793. Grayscale: #8C8C8C. Windows color (decimal): -4032404 or 7108802. OLE color: 7108802.
HSL color Cylindrical-coordinate representation of color #C2786C: hue angle of 8.37º degrees, saturation: 0.41, 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 #C2786C is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 108 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.24 |
| HSL | 8.37º | 0.41% | 0.59% | - |
| HSV(B) | 8.37º | 0.44% | 0.76% | - |
| XYZ | 31.67 | 25.98 | 17.53 | - |
| YUV | 140.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 108 | 0 | 0.38 | 0.44 | 0.24 | 8.37 | 0.41 | 0.59 |
| Hex | C2 | 78 | 6C | 0 | 26 | 2C | 18 | 8 | 29 | 3B |
| Octal | 302 | 170 | 154 | 0 | 46 | 54 | 30 | 10 | 51 | 73 |
| Binary | 11000010 | 1111000 | 1101100 | 0 | 100110 | 101100 | 11000 | 1000 | 101001 | 111011 |
Color Harmonies of #C2786C
Complementary color
Monochromatic Colors of #C2786C
Black with #C2786C
Text Example
Text Example
White with #C2786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2786C; }
p { color: rgb(194,120,108); }
H1.HeaderClassName
{
color: #C2786C;
}
.AnyTagClassName
{
color: #C2786C;
}
</style>
background-color css
<style>
a { background-color: #C2786C; }
a { background-color: rgb(194,120,108); }
div.DivClassName
{
background-color: #C2786C;
}
.BgClassName
{
background-color: #C2786C;
}
</style>
border-color css
<style>
span { border-color: #C2786C; }
span { border-color: rgb(194,120,108); }
td.TdClassName
{
border-color: #C2786C;
}
.TagClassName
{
border-color: #C2786C;
}
</style>