Shades of Cameo #CE9F7F
Tints of Cameo #CE9F7F
RGB
CMYK
RGB Variations
Color information
#CE9F7F (or 0xCE9F7F) is known color: Cameo. HEX triplet: CE, 9F and 7F. RGB value is (206,159,127). Sum of RGB (Red+Green+Blue) = 206+159+127=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9F7F is #316080. Grayscale: #A9A9A9. Windows color (decimal): -3235969 or 8363982. OLE color: 8363982.
HSL color Cylindrical-coordinate representation of color #CE9F7F: hue angle of 24.3º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE9F7F is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 127 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.19 |
| HSL | 24.3º | 0.45% | 0.65% | - |
| HSV(B) | 24.3º | 0.38% | 0.81% | - |
| XYZ | 41.68 | 39.45 | 25.5 | - |
| YUV | 169.41 | 104.07 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 127 | 0 | 0.23 | 0.38 | 0.19 | 24.3 | 0.45 | 0.65 |
| Hex | CE | 9F | 7F | 0 | 17 | 26 | 13 | 18 | 2D | 41 |
| Octal | 316 | 237 | 177 | 0 | 27 | 46 | 23 | 30 | 55 | 101 |
| Binary | 11001110 | 10011111 | 1111111 | 0 | 10111 | 100110 | 10011 | 11000 | 101101 | 1000001 |
Color Harmonies of #CE9F7F
Complementary color
Monochromatic Colors of #CE9F7F
Black with #CE9F7F
Text Example
Text Example
White with #CE9F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F7F; }
p { color: rgb(206,159,127); }
H1.HeaderClassName
{
color: #CE9F7F;
}
.AnyTagClassName
{
color: #CE9F7F;
}
</style>
background-color css
<style>
a { background-color: #CE9F7F; }
a { background-color: rgb(206,159,127); }
div.DivClassName
{
background-color: #CE9F7F;
}
.BgClassName
{
background-color: #CE9F7F;
}
</style>
border-color css
<style>
span { border-color: #CE9F7F; }
span { border-color: rgb(206,159,127); }
td.TdClassName
{
border-color: #CE9F7F;
}
.TagClassName
{
border-color: #CE9F7F;
}
</style>