Shades of Cameo #CE9F7E
Tints of Cameo #CE9F7E
RGB
CMYK
RGB Variations
Color information
#CE9F7E (or 0xCE9F7E) is known color: Cameo. HEX triplet: CE, 9F and 7E. RGB value is (206,159,126). Sum of RGB (Red+Green+Blue) = 206+159+126=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9F7E is #316081. Grayscale: #A9A9A9. Windows color (decimal): -3235970 or 8298446. OLE color: 8298446.
HSL color Cylindrical-coordinate representation of color #CE9F7E: hue angle of 24.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE9F7E is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 126 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.19 |
| HSL | 24.75º | 0.45% | 0.65% | - |
| HSV(B) | 24.75º | 0.39% | 0.81% | - |
| XYZ | 41.62 | 39.42 | 25.15 | - |
| YUV | 169.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 126 | 0 | 0.23 | 0.39 | 0.19 | 24.75 | 0.45 | 0.65 |
| Hex | CE | 9F | 7E | 0 | 17 | 27 | 13 | 19 | 2D | 41 |
| Octal | 316 | 237 | 176 | 0 | 27 | 47 | 23 | 31 | 55 | 101 |
| Binary | 11001110 | 10011111 | 1111110 | 0 | 10111 | 100111 | 10011 | 11001 | 101101 | 1000001 |
Color Harmonies of #CE9F7E
Complementary color
Monochromatic Colors of #CE9F7E
Black with #CE9F7E
Text Example
Text Example
White with #CE9F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F7E; }
p { color: rgb(206,159,126); }
H1.HeaderClassName
{
color: #CE9F7E;
}
.AnyTagClassName
{
color: #CE9F7E;
}
</style>
background-color css
<style>
a { background-color: #CE9F7E; }
a { background-color: rgb(206,159,126); }
div.DivClassName
{
background-color: #CE9F7E;
}
.BgClassName
{
background-color: #CE9F7E;
}
</style>
border-color css
<style>
span { border-color: #CE9F7E; }
span { border-color: rgb(206,159,126); }
td.TdClassName
{
border-color: #CE9F7E;
}
.TagClassName
{
border-color: #CE9F7E;
}
</style>