Shades of Contessa #CE776D
Tints of Contessa #CE776D
RGB
CMYK
RGB Variations
Color information
#CE776D (or 0xCE776D) is known color: Contessa. HEX triplet: CE, 77 and 6D. RGB value is (206,119,109). Sum of RGB (Red+Green+Blue) = 206+119+109=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE776D is #318892. Grayscale: #909090. Windows color (decimal): -3246227 or 7174094. OLE color: 7174094.
HSL color Cylindrical-coordinate representation of color #CE776D: hue angle of 6.19º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE776D is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 109 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.19 |
| HSL | 6.19º | 0.5% | 0.62% | - |
| HSV(B) | 6.19º | 0.47% | 0.81% | - |
| XYZ | 34.81 | 27.42 | 17.93 | - |
| YUV | 143.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 109 | 0 | 0.42 | 0.47 | 0.19 | 6.19 | 0.5 | 0.62 |
| Hex | CE | 77 | 6D | 0 | 2A | 2F | 13 | 6 | 32 | 3E |
| Octal | 316 | 167 | 155 | 0 | 52 | 57 | 23 | 6 | 62 | 76 |
| Binary | 11001110 | 1110111 | 1101101 | 0 | 101010 | 101111 | 10011 | 110 | 110010 | 111110 |
Color Harmonies of #CE776D
Complementary color
Monochromatic Colors of #CE776D
Black with #CE776D
Text Example
Text Example
White with #CE776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE776D; }
p { color: rgb(206,119,109); }
H1.HeaderClassName
{
color: #CE776D;
}
.AnyTagClassName
{
color: #CE776D;
}
</style>
background-color css
<style>
a { background-color: #CE776D; }
a { background-color: rgb(206,119,109); }
div.DivClassName
{
background-color: #CE776D;
}
.BgClassName
{
background-color: #CE776D;
}
</style>
border-color css
<style>
span { border-color: #CE776D; }
span { border-color: rgb(206,119,109); }
td.TdClassName
{
border-color: #CE776D;
}
.TagClassName
{
border-color: #CE776D;
}
</style>