Shades of Contessa #C2766C
Tints of Contessa #C2766C
RGB
CMYK
RGB Variations
Color information
#C2766C (or 0xC2766C) is known color: Contessa. HEX triplet: C2, 76 and 6C. RGB value is (194,118,108). Sum of RGB (Red+Green+Blue) = 194+118+108=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2766C is #3D8993. Grayscale: #8B8B8B. Windows color (decimal): -4032916 or 7108290. OLE color: 7108290.
HSL color Cylindrical-coordinate representation of color #C2766C: hue angle of 6.98º 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 #C2766C is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 108 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.24 |
| HSL | 6.98º | 0.41% | 0.59% | - |
| HSV(B) | 6.98º | 0.44% | 0.76% | - |
| XYZ | 31.43 | 25.51 | 17.45 | - |
| YUV | 139.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 108 | 0 | 0.39 | 0.44 | 0.24 | 6.98 | 0.41 | 0.59 |
| Hex | C2 | 76 | 6C | 0 | 27 | 2C | 18 | 7 | 29 | 3B |
| Octal | 302 | 166 | 154 | 0 | 47 | 54 | 30 | 7 | 51 | 73 |
| Binary | 11000010 | 1110110 | 1101100 | 0 | 100111 | 101100 | 11000 | 111 | 101001 | 111011 |
Color Harmonies of #C2766C
Complementary color
Monochromatic Colors of #C2766C
Black with #C2766C
Text Example
Text Example
White with #C2766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2766C; }
p { color: rgb(194,118,108); }
H1.HeaderClassName
{
color: #C2766C;
}
.AnyTagClassName
{
color: #C2766C;
}
</style>
background-color css
<style>
a { background-color: #C2766C; }
a { background-color: rgb(194,118,108); }
div.DivClassName
{
background-color: #C2766C;
}
.BgClassName
{
background-color: #C2766C;
}
</style>
border-color css
<style>
span { border-color: #C2766C; }
span { border-color: rgb(194,118,108); }
td.TdClassName
{
border-color: #C2766C;
}
.TagClassName
{
border-color: #C2766C;
}
</style>