Shades of Contessa #CE776C
Tints of Contessa #CE776C
RGB
CMYK
RGB Variations
Color information
#CE776C (or 0xCE776C) is known color: Contessa. HEX triplet: CE, 77 and 6C. RGB value is (206,119,108). Sum of RGB (Red+Green+Blue) = 206+119+108=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE776C is #318893. Grayscale: #8F8F8F. Windows color (decimal): -3246228 or 7108558. OLE color: 7108558.
HSL color Cylindrical-coordinate representation of color #CE776C: hue angle of 6.73º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE776C is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 108 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.19 |
| HSL | 6.73º | 0.5% | 0.62% | - |
| HSV(B) | 6.73º | 0.48% | 0.81% | - |
| XYZ | 34.76 | 27.4 | 17.64 | - |
| YUV | 143.76 | 107.82 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 108 | 0 | 0.42 | 0.48 | 0.19 | 6.73 | 0.5 | 0.62 |
| Hex | CE | 77 | 6C | 0 | 2A | 30 | 13 | 7 | 32 | 3E |
| Octal | 316 | 167 | 154 | 0 | 52 | 60 | 23 | 7 | 62 | 76 |
| Binary | 11001110 | 1110111 | 1101100 | 0 | 101010 | 110000 | 10011 | 111 | 110010 | 111110 |
Color Harmonies of #CE776C
Complementary color
Monochromatic Colors of #CE776C
Black with #CE776C
Text Example
Text Example
White with #CE776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE776C; }
p { color: rgb(206,119,108); }
H1.HeaderClassName
{
color: #CE776C;
}
.AnyTagClassName
{
color: #CE776C;
}
</style>
background-color css
<style>
a { background-color: #CE776C; }
a { background-color: rgb(206,119,108); }
div.DivClassName
{
background-color: #CE776C;
}
.BgClassName
{
background-color: #CE776C;
}
</style>
border-color css
<style>
span { border-color: #CE776C; }
span { border-color: rgb(206,119,108); }
td.TdClassName
{
border-color: #CE776C;
}
.TagClassName
{
border-color: #CE776C;
}
</style>