Shades of Contessa #C2776A
Tints of Contessa #C2776A
RGB
CMYK
RGB Variations
Color information
#C2776A (or 0xC2776A) is known color: Contessa. HEX triplet: C2, 77 and 6A. RGB value is (194,119,106). Sum of RGB (Red+Green+Blue) = 194+119+106=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2776A is #3D8895. Grayscale: #8C8C8C. Windows color (decimal): -4032662 or 6977474. OLE color: 6977474.
HSL color Cylindrical-coordinate representation of color #C2776A: hue angle of 8.86º 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 #C2776A is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 106 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.24 |
| HSL | 8.86º | 0.42% | 0.59% | - |
| HSV(B) | 8.86º | 0.45% | 0.76% | - |
| XYZ | 31.45 | 25.7 | 16.94 | - |
| YUV | 139.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 106 | 0 | 0.39 | 0.45 | 0.24 | 8.86 | 0.42 | 0.59 |
| Hex | C2 | 77 | 6A | 0 | 27 | 2D | 18 | 9 | 2A | 3B |
| Octal | 302 | 167 | 152 | 0 | 47 | 55 | 30 | 11 | 52 | 73 |
| Binary | 11000010 | 1110111 | 1101010 | 0 | 100111 | 101101 | 11000 | 1001 | 101010 | 111011 |
Color Harmonies of #C2776A
Complementary color
Monochromatic Colors of #C2776A
Black with #C2776A
Text Example
Text Example
White with #C2776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2776A; }
p { color: rgb(194,119,106); }
H1.HeaderClassName
{
color: #C2776A;
}
.AnyTagClassName
{
color: #C2776A;
}
</style>
background-color css
<style>
a { background-color: #C2776A; }
a { background-color: rgb(194,119,106); }
div.DivClassName
{
background-color: #C2776A;
}
.BgClassName
{
background-color: #C2776A;
}
</style>
border-color css
<style>
span { border-color: #C2776A; }
span { border-color: rgb(194,119,106); }
td.TdClassName
{
border-color: #C2776A;
}
.TagClassName
{
border-color: #C2776A;
}
</style>