Shades of Cameo #CE9E7A
Tints of Cameo #CE9E7A
RGB
CMYK
RGB Variations
Color information
#CE9E7A (or 0xCE9E7A) is known color: Cameo. HEX triplet: CE, 9E and 7A. RGB value is (206,158,122). Sum of RGB (Red+Green+Blue) = 206+158+122=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9E7A is #316185. Grayscale: #A8A8A8. Windows color (decimal): -3236230 or 8036046. OLE color: 8036046.
HSL color Cylindrical-coordinate representation of color #CE9E7A: hue angle of 25.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE9E7A is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 122 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.19 |
| HSL | 25.71º | 0.46% | 0.64% | - |
| HSV(B) | 25.71º | 0.41% | 0.81% | - |
| XYZ | 41.19 | 38.98 | 23.77 | - |
| YUV | 168.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 122 | 0 | 0.23 | 0.41 | 0.19 | 25.71 | 0.46 | 0.64 |
| Hex | CE | 9E | 7A | 0 | 17 | 29 | 13 | 1A | 2E | 40 |
| Octal | 316 | 236 | 172 | 0 | 27 | 51 | 23 | 32 | 56 | 100 |
| Binary | 11001110 | 10011110 | 1111010 | 0 | 10111 | 101001 | 10011 | 11010 | 101110 | 1000000 |
Color Harmonies of #CE9E7A
Complementary color
Monochromatic Colors of #CE9E7A
Black with #CE9E7A
Text Example
Text Example
White with #CE9E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E7A; }
p { color: rgb(206,158,122); }
H1.HeaderClassName
{
color: #CE9E7A;
}
.AnyTagClassName
{
color: #CE9E7A;
}
</style>
background-color css
<style>
a { background-color: #CE9E7A; }
a { background-color: rgb(206,158,122); }
div.DivClassName
{
background-color: #CE9E7A;
}
.BgClassName
{
background-color: #CE9E7A;
}
</style>
border-color css
<style>
span { border-color: #CE9E7A; }
span { border-color: rgb(206,158,122); }
td.TdClassName
{
border-color: #CE9E7A;
}
.TagClassName
{
border-color: #CE9E7A;
}
</style>