Shades of Contessa #CE7A6D
Tints of Contessa #CE7A6D
RGB
CMYK
RGB Variations
Color information
#CE7A6D (or 0xCE7A6D) is known color: Contessa. HEX triplet: CE, 7A and 6D. RGB value is (206,122,109). Sum of RGB (Red+Green+Blue) = 206+122+109=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A6D is #318592. Grayscale: #919191. Windows color (decimal): -3245459 or 7174862. OLE color: 7174862.
HSL color Cylindrical-coordinate representation of color #CE7A6D: hue angle of 8.04º 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 #CE7A6D is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 109 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.19 |
| HSL | 8.04º | 0.5% | 0.62% | - |
| HSV(B) | 8.04º | 0.47% | 0.81% | - |
| XYZ | 35.17 | 28.15 | 18.05 | - |
| YUV | 145.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 109 | 0 | 0.41 | 0.47 | 0.19 | 8.04 | 0.5 | 0.62 |
| Hex | CE | 7A | 6D | 0 | 29 | 2F | 13 | 8 | 32 | 3E |
| Octal | 316 | 172 | 155 | 0 | 51 | 57 | 23 | 10 | 62 | 76 |
| Binary | 11001110 | 1111010 | 1101101 | 0 | 101001 | 101111 | 10011 | 1000 | 110010 | 111110 |
Color Harmonies of #CE7A6D
Complementary color
Monochromatic Colors of #CE7A6D
Black with #CE7A6D
Text Example
Text Example
White with #CE7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A6D; }
p { color: rgb(206,122,109); }
H1.HeaderClassName
{
color: #CE7A6D;
}
.AnyTagClassName
{
color: #CE7A6D;
}
</style>
background-color css
<style>
a { background-color: #CE7A6D; }
a { background-color: rgb(206,122,109); }
div.DivClassName
{
background-color: #CE7A6D;
}
.BgClassName
{
background-color: #CE7A6D;
}
</style>
border-color css
<style>
span { border-color: #CE7A6D; }
span { border-color: rgb(206,122,109); }
td.TdClassName
{
border-color: #CE7A6D;
}
.TagClassName
{
border-color: #CE7A6D;
}
</style>