Shades of Cameo #CE9F7A
Tints of Cameo #CE9F7A
RGB
CMYK
RGB Variations
Color information
#CE9F7A (or 0xCE9F7A) is known color: Cameo. HEX triplet: CE, 9F and 7A. RGB value is (206,159,122). Sum of RGB (Red+Green+Blue) = 206+159+122=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9F7A is #316085. Grayscale: #A9A9A9. Windows color (decimal): -3235974 or 8036302. OLE color: 8036302.
HSL color Cylindrical-coordinate representation of color #CE9F7A: hue angle of 26.43º 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 #CE9F7A is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 122 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.19 |
| HSL | 26.43º | 0.46% | 0.64% | - |
| HSV(B) | 26.43º | 0.41% | 0.81% | - |
| XYZ | 41.36 | 39.32 | 23.82 | - |
| YUV | 168.84 | 101.57 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 122 | 0 | 0.23 | 0.41 | 0.19 | 26.43 | 0.46 | 0.64 |
| Hex | CE | 9F | 7A | 0 | 17 | 29 | 13 | 1A | 2E | 40 |
| Octal | 316 | 237 | 172 | 0 | 27 | 51 | 23 | 32 | 56 | 100 |
| Binary | 11001110 | 10011111 | 1111010 | 0 | 10111 | 101001 | 10011 | 11010 | 101110 | 1000000 |
Color Harmonies of #CE9F7A
Complementary color
Monochromatic Colors of #CE9F7A
Black with #CE9F7A
Text Example
Text Example
White with #CE9F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F7A; }
p { color: rgb(206,159,122); }
H1.HeaderClassName
{
color: #CE9F7A;
}
.AnyTagClassName
{
color: #CE9F7A;
}
</style>
background-color css
<style>
a { background-color: #CE9F7A; }
a { background-color: rgb(206,159,122); }
div.DivClassName
{
background-color: #CE9F7A;
}
.BgClassName
{
background-color: #CE9F7A;
}
</style>
border-color css
<style>
span { border-color: #CE9F7A; }
span { border-color: rgb(206,159,122); }
td.TdClassName
{
border-color: #CE9F7A;
}
.TagClassName
{
border-color: #CE9F7A;
}
</style>