Shades of Contessa #CE706A
Tints of Contessa #CE706A
RGB
CMYK
RGB Variations
Color information
#CE706A (or 0xCE706A) is known color: Contessa. HEX triplet: CE, 70 and 6A. RGB value is (206,112,106). Sum of RGB (Red+Green+Blue) = 206+112+106=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE706A is #318F95. Grayscale: #8B8B8B. Windows color (decimal): -3248022 or 6975694. OLE color: 6975694.
HSL color Cylindrical-coordinate representation of color #CE706A: hue angle of 3.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE706A is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 106 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.19 |
| HSL | 3.6º | 0.51% | 0.61% | - |
| HSV(B) | 3.6º | 0.49% | 0.81% | - |
| XYZ | 33.85 | 25.75 | 16.82 | - |
| YUV | 139.42 | 109.14 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 106 | 0 | 0.46 | 0.49 | 0.19 | 3.6 | 0.51 | 0.61 |
| Hex | CE | 70 | 6A | 0 | 2E | 31 | 13 | 4 | 33 | 3D |
| Octal | 316 | 160 | 152 | 0 | 56 | 61 | 23 | 4 | 63 | 75 |
| Binary | 11001110 | 1110000 | 1101010 | 0 | 101110 | 110001 | 10011 | 100 | 110011 | 111101 |
Color Harmonies of #CE706A
Complementary color
Monochromatic Colors of #CE706A
Black with #CE706A
Text Example
Text Example
White with #CE706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE706A; }
p { color: rgb(206,112,106); }
H1.HeaderClassName
{
color: #CE706A;
}
.AnyTagClassName
{
color: #CE706A;
}
</style>
background-color css
<style>
a { background-color: #CE706A; }
a { background-color: rgb(206,112,106); }
div.DivClassName
{
background-color: #CE706A;
}
.BgClassName
{
background-color: #CE706A;
}
</style>
border-color css
<style>
span { border-color: #CE706A; }
span { border-color: rgb(206,112,106); }
td.TdClassName
{
border-color: #CE706A;
}
.TagClassName
{
border-color: #CE706A;
}
</style>