Shades of Contessa #C2776C
Tints of Contessa #C2776C
RGB
CMYK
RGB Variations
Color information
#C2776C (or 0xC2776C) is known color: Contessa. HEX triplet: C2, 77 and 6C. RGB value is (194,119,108). Sum of RGB (Red+Green+Blue) = 194+119+108=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2776C is #3D8893. Grayscale: #8C8C8C. Windows color (decimal): -4032660 or 7108546. OLE color: 7108546.
HSL color Cylindrical-coordinate representation of color #C2776C: hue angle of 7.67º 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 #C2776C is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 108 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.24 |
| HSL | 7.67º | 0.41% | 0.59% | - |
| HSV(B) | 7.67º | 0.44% | 0.76% | - |
| XYZ | 31.55 | 25.75 | 17.49 | - |
| YUV | 140.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 108 | 0 | 0.39 | 0.44 | 0.24 | 7.67 | 0.41 | 0.59 |
| Hex | C2 | 77 | 6C | 0 | 27 | 2C | 18 | 8 | 29 | 3B |
| Octal | 302 | 167 | 154 | 0 | 47 | 54 | 30 | 10 | 51 | 73 |
| Binary | 11000010 | 1110111 | 1101100 | 0 | 100111 | 101100 | 11000 | 1000 | 101001 | 111011 |
Color Harmonies of #C2776C
Complementary color
Monochromatic Colors of #C2776C
Black with #C2776C
Text Example
Text Example
White with #C2776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2776C; }
p { color: rgb(194,119,108); }
H1.HeaderClassName
{
color: #C2776C;
}
.AnyTagClassName
{
color: #C2776C;
}
</style>
background-color css
<style>
a { background-color: #C2776C; }
a { background-color: rgb(194,119,108); }
div.DivClassName
{
background-color: #C2776C;
}
.BgClassName
{
background-color: #C2776C;
}
</style>
border-color css
<style>
span { border-color: #C2776C; }
span { border-color: rgb(194,119,108); }
td.TdClassName
{
border-color: #C2776C;
}
.TagClassName
{
border-color: #C2776C;
}
</style>