Shades of Contessa #CE766B
Tints of Contessa #CE766B
RGB
CMYK
RGB Variations
Color information
#CE766B (or 0xCE766B) is known color: Contessa. HEX triplet: CE, 76 and 6B. RGB value is (206,118,107). Sum of RGB (Red+Green+Blue) = 206+118+107=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE766B is #318994. Grayscale: #8F8F8F. Windows color (decimal): -3246485 or 7042766. OLE color: 7042766.
HSL color Cylindrical-coordinate representation of color #CE766B: hue angle of 6.67º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE766B is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 107 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.19 |
| HSL | 6.67º | 0.5% | 0.61% | - |
| HSV(B) | 6.67º | 0.48% | 0.81% | - |
| XYZ | 34.59 | 27.14 | 17.33 | - |
| YUV | 143.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 107 | 0 | 0.43 | 0.48 | 0.19 | 6.67 | 0.5 | 0.61 |
| Hex | CE | 76 | 6B | 0 | 2B | 30 | 13 | 7 | 32 | 3D |
| Octal | 316 | 166 | 153 | 0 | 53 | 60 | 23 | 7 | 62 | 75 |
| Binary | 11001110 | 1110110 | 1101011 | 0 | 101011 | 110000 | 10011 | 111 | 110010 | 111101 |
Color Harmonies of #CE766B
Complementary color
Monochromatic Colors of #CE766B
Black with #CE766B
Text Example
Text Example
White with #CE766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE766B; }
p { color: rgb(206,118,107); }
H1.HeaderClassName
{
color: #CE766B;
}
.AnyTagClassName
{
color: #CE766B;
}
</style>
background-color css
<style>
a { background-color: #CE766B; }
a { background-color: rgb(206,118,107); }
div.DivClassName
{
background-color: #CE766B;
}
.BgClassName
{
background-color: #CE766B;
}
</style>
border-color css
<style>
span { border-color: #CE766B; }
span { border-color: rgb(206,118,107); }
td.TdClassName
{
border-color: #CE766B;
}
.TagClassName
{
border-color: #CE766B;
}
</style>