Shades of Contessa #CE7166
Tints of Contessa #CE7166
RGB
CMYK
RGB Variations
Color information
#CE7166 (or 0xCE7166) is known color: Contessa. HEX triplet: CE, 71 and 66. RGB value is (206,113,102). Sum of RGB (Red+Green+Blue) = 206+113+102=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7166 is #318E99. Grayscale: #8B8B8B. Windows color (decimal): -3247770 or 6713806. OLE color: 6713806.
HSL color Cylindrical-coordinate representation of color #CE7166: hue angle of 6.35º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE7166 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 102 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.19 |
| HSL | 6.35º | 0.51% | 0.6% | - |
| HSV(B) | 6.35º | 0.5% | 0.81% | - |
| XYZ | 33.76 | 25.89 | 15.79 | - |
| YUV | 139.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 102 | 0 | 0.45 | 0.50 | 0.19 | 6.35 | 0.51 | 0.6 |
| Hex | CE | 71 | 66 | 0 | 2D | 32 | 13 | 6 | 33 | 3C |
| Octal | 316 | 161 | 146 | 0 | 55 | 62 | 23 | 6 | 63 | 74 |
| Binary | 11001110 | 1110001 | 1100110 | 0 | 101101 | 110010 | 10011 | 110 | 110011 | 111100 |
Color Harmonies of #CE7166
Complementary color
Monochromatic Colors of #CE7166
Black with #CE7166
Text Example
Text Example
White with #CE7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7166; }
p { color: rgb(206,113,102); }
H1.HeaderClassName
{
color: #CE7166;
}
.AnyTagClassName
{
color: #CE7166;
}
</style>
background-color css
<style>
a { background-color: #CE7166; }
a { background-color: rgb(206,113,102); }
div.DivClassName
{
background-color: #CE7166;
}
.BgClassName
{
background-color: #CE7166;
}
</style>
border-color css
<style>
span { border-color: #CE7166; }
span { border-color: rgb(206,113,102); }
td.TdClassName
{
border-color: #CE7166;
}
.TagClassName
{
border-color: #CE7166;
}
</style>