Shades of Contessa #CE746C
Tints of Contessa #CE746C
RGB
CMYK
RGB Variations
Color information
#CE746C (or 0xCE746C) is known color: Contessa. HEX triplet: CE, 74 and 6C. RGB value is (206,116,108). Sum of RGB (Red+Green+Blue) = 206+116+108=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE746C is #318B93. Grayscale: #8E8E8E. Windows color (decimal): -3246996 or 7107790. OLE color: 7107790.
HSL color Cylindrical-coordinate representation of color #CE746C: hue angle of 4.9º 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 #CE746C is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 108 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.19 |
| HSL | 4.9º | 0.5% | 0.62% | - |
| HSV(B) | 4.9º | 0.48% | 0.81% | - |
| XYZ | 34.41 | 26.7 | 17.53 | - |
| YUV | 142 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 108 | 0 | 0.44 | 0.48 | 0.19 | 4.9 | 0.5 | 0.62 |
| Hex | CE | 74 | 6C | 0 | 2C | 30 | 13 | 5 | 32 | 3E |
| Octal | 316 | 164 | 154 | 0 | 54 | 60 | 23 | 5 | 62 | 76 |
| Binary | 11001110 | 1110100 | 1101100 | 0 | 101100 | 110000 | 10011 | 101 | 110010 | 111110 |
Color Harmonies of #CE746C
Complementary color
Monochromatic Colors of #CE746C
Black with #CE746C
Text Example
Text Example
White with #CE746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE746C; }
p { color: rgb(206,116,108); }
H1.HeaderClassName
{
color: #CE746C;
}
.AnyTagClassName
{
color: #CE746C;
}
</style>
background-color css
<style>
a { background-color: #CE746C; }
a { background-color: rgb(206,116,108); }
div.DivClassName
{
background-color: #CE746C;
}
.BgClassName
{
background-color: #CE746C;
}
</style>
border-color css
<style>
span { border-color: #CE746C; }
span { border-color: rgb(206,116,108); }
td.TdClassName
{
border-color: #CE746C;
}
.TagClassName
{
border-color: #CE746C;
}
</style>