Shades of Contessa #CE706E
Tints of Contessa #CE706E
RGB
CMYK
RGB Variations
Color information
#CE706E (or 0xCE706E) is known color: Contessa. HEX triplet: CE, 70 and 6E. RGB value is (206,112,110). Sum of RGB (Red+Green+Blue) = 206+112+110=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE706E is #318F91. Grayscale: #8B8B8B. Windows color (decimal): -3248018 or 7237838. OLE color: 7237838.
HSL color Cylindrical-coordinate representation of color #CE706E: hue angle of 1.25º degrees, saturation: 0.49, 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 #CE706E is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 110 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.19 |
| HSL | 1.25º | 0.49% | 0.62% | - |
| HSV(B) | 1.25º | 0.47% | 0.81% | - |
| XYZ | 34.06 | 25.84 | 17.94 | - |
| YUV | 139.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 110 | 0 | 0.46 | 0.47 | 0.19 | 1.25 | 0.49 | 0.62 |
| Hex | CE | 70 | 6E | 0 | 2E | 2F | 13 | 1 | 31 | 3E |
| Octal | 316 | 160 | 156 | 0 | 56 | 57 | 23 | 1 | 61 | 76 |
| Binary | 11001110 | 1110000 | 1101110 | 0 | 101110 | 101111 | 10011 | 1 | 110001 | 111110 |
Color Harmonies of #CE706E
Complementary color
Monochromatic Colors of #CE706E
Black with #CE706E
Text Example
Text Example
White with #CE706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE706E; }
p { color: rgb(206,112,110); }
H1.HeaderClassName
{
color: #CE706E;
}
.AnyTagClassName
{
color: #CE706E;
}
</style>
background-color css
<style>
a { background-color: #CE706E; }
a { background-color: rgb(206,112,110); }
div.DivClassName
{
background-color: #CE706E;
}
.BgClassName
{
background-color: #CE706E;
}
</style>
border-color css
<style>
span { border-color: #CE706E; }
span { border-color: rgb(206,112,110); }
td.TdClassName
{
border-color: #CE706E;
}
.TagClassName
{
border-color: #CE706E;
}
</style>