Shades of Contessa #CE706D
Tints of Contessa #CE706D
RGB
CMYK
RGB Variations
Color information
#CE706D (or 0xCE706D) is known color: Contessa. HEX triplet: CE, 70 and 6D. RGB value is (206,112,109). Sum of RGB (Red+Green+Blue) = 206+112+109=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE706D is #318F92. Grayscale: #8B8B8B. Windows color (decimal): -3248019 or 7172302. OLE color: 7172302.
HSL color Cylindrical-coordinate representation of color #CE706D: hue angle of 1.86º 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 #CE706D is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 109 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.19 |
| HSL | 1.86º | 0.5% | 0.62% | - |
| HSV(B) | 1.86º | 0.47% | 0.81% | - |
| XYZ | 34.01 | 25.81 | 17.66 | - |
| YUV | 139.76 | 110.64 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 109 | 0 | 0.46 | 0.47 | 0.19 | 1.86 | 0.5 | 0.62 |
| Hex | CE | 70 | 6D | 0 | 2E | 2F | 13 | 2 | 32 | 3E |
| Octal | 316 | 160 | 155 | 0 | 56 | 57 | 23 | 2 | 62 | 76 |
| Binary | 11001110 | 1110000 | 1101101 | 0 | 101110 | 101111 | 10011 | 10 | 110010 | 111110 |
Color Harmonies of #CE706D
Complementary color
Monochromatic Colors of #CE706D
Black with #CE706D
Text Example
Text Example
White with #CE706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE706D; }
p { color: rgb(206,112,109); }
H1.HeaderClassName
{
color: #CE706D;
}
.AnyTagClassName
{
color: #CE706D;
}
</style>
background-color css
<style>
a { background-color: #CE706D; }
a { background-color: rgb(206,112,109); }
div.DivClassName
{
background-color: #CE706D;
}
.BgClassName
{
background-color: #CE706D;
}
</style>
border-color css
<style>
span { border-color: #CE706D; }
span { border-color: rgb(206,112,109); }
td.TdClassName
{
border-color: #CE706D;
}
.TagClassName
{
border-color: #CE706D;
}
</style>