Shades of Contessa #CE766F
Tints of Contessa #CE766F
RGB
CMYK
RGB Variations
Color information
#CE766F (or 0xCE766F) is known color: Contessa. HEX triplet: CE, 76 and 6F. RGB value is (206,118,111). Sum of RGB (Red+Green+Blue) = 206+118+111=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE766F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE766F is #318990. Grayscale: #8F8F8F. Windows color (decimal): -3246481 or 7304910. OLE color: 7304910.
HSL color Cylindrical-coordinate representation of color #CE766F: hue angle of 4.42º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE766F is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 111 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.19 |
| HSL | 4.42º | 0.49% | 0.62% | - |
| HSV(B) | 4.42º | 0.46% | 0.81% | - |
| XYZ | 34.8 | 27.23 | 18.46 | - |
| YUV | 143.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 111 | 0 | 0.43 | 0.46 | 0.19 | 4.42 | 0.49 | 0.62 |
| Hex | CE | 76 | 6F | 0 | 2B | 2E | 13 | 4 | 31 | 3E |
| Octal | 316 | 166 | 157 | 0 | 53 | 56 | 23 | 4 | 61 | 76 |
| Binary | 11001110 | 1110110 | 1101111 | 0 | 101011 | 101110 | 10011 | 100 | 110001 | 111110 |
Color Harmonies of #CE766F
Complementary color
Monochromatic Colors of #CE766F
Black with #CE766F
Text Example
Text Example
White with #CE766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE766F; }
p { color: rgb(206,118,111); }
H1.HeaderClassName
{
color: #CE766F;
}
.AnyTagClassName
{
color: #CE766F;
}
</style>
background-color css
<style>
a { background-color: #CE766F; }
a { background-color: rgb(206,118,111); }
div.DivClassName
{
background-color: #CE766F;
}
.BgClassName
{
background-color: #CE766F;
}
</style>
border-color css
<style>
span { border-color: #CE766F; }
span { border-color: rgb(206,118,111); }
td.TdClassName
{
border-color: #CE766F;
}
.TagClassName
{
border-color: #CE766F;
}
</style>