Shades of Contessa #CE706C
Tints of Contessa #CE706C
RGB
CMYK
RGB Variations
Color information
#CE706C (or 0xCE706C) is known color: Contessa. HEX triplet: CE, 70 and 6C. RGB value is (206,112,108). Sum of RGB (Red+Green+Blue) = 206+112+108=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE706C is #318F93. Grayscale: #8B8B8B. Windows color (decimal): -3248020 or 7106766. OLE color: 7106766.
HSL color Cylindrical-coordinate representation of color #CE706C: hue angle of 2.45º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE706C is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 108 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.19 |
| HSL | 2.45º | 0.5% | 0.62% | - |
| HSV(B) | 2.45º | 0.48% | 0.81% | - |
| XYZ | 33.95 | 25.79 | 17.38 | - |
| YUV | 139.65 | 110.14 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 108 | 0 | 0.46 | 0.48 | 0.19 | 2.45 | 0.5 | 0.62 |
| Hex | CE | 70 | 6C | 0 | 2E | 30 | 13 | 2 | 32 | 3E |
| Octal | 316 | 160 | 154 | 0 | 56 | 60 | 23 | 2 | 62 | 76 |
| Binary | 11001110 | 1110000 | 1101100 | 0 | 101110 | 110000 | 10011 | 10 | 110010 | 111110 |
Color Harmonies of #CE706C
Complementary color
Monochromatic Colors of #CE706C
Black with #CE706C
Text Example
Text Example
White with #CE706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE706C; }
p { color: rgb(206,112,108); }
H1.HeaderClassName
{
color: #CE706C;
}
.AnyTagClassName
{
color: #CE706C;
}
</style>
background-color css
<style>
a { background-color: #CE706C; }
a { background-color: rgb(206,112,108); }
div.DivClassName
{
background-color: #CE706C;
}
.BgClassName
{
background-color: #CE706C;
}
</style>
border-color css
<style>
span { border-color: #CE706C; }
span { border-color: rgb(206,112,108); }
td.TdClassName
{
border-color: #CE706C;
}
.TagClassName
{
border-color: #CE706C;
}
</style>