Shades of Cameo #CE9E83
Tints of Cameo #CE9E83
RGB
CMYK
RGB Variations
Color information
#CE9E83 (or 0xCE9E83) is known color: Cameo. HEX triplet: CE, 9E and 83. RGB value is (206,158,131). Sum of RGB (Red+Green+Blue) = 206+158+131=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E83 is #31617C. Grayscale: #A9A9A9. Windows color (decimal): -3236221 or 8625870. OLE color: 8625870.
HSL color Cylindrical-coordinate representation of color #CE9E83: hue angle of 21.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE9E83 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 131 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.19 |
| HSL | 21.6º | 0.43% | 0.66% | - |
| HSV(B) | 21.6º | 0.36% | 0.81% | - |
| XYZ | 41.78 | 39.21 | 26.84 | - |
| YUV | 169.27 | 106.4 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 131 | 0 | 0.23 | 0.36 | 0.19 | 21.6 | 0.43 | 0.66 |
| Hex | CE | 9E | 83 | 0 | 17 | 24 | 13 | 16 | 2B | 42 |
| Octal | 316 | 236 | 203 | 0 | 27 | 44 | 23 | 26 | 53 | 102 |
| Binary | 11001110 | 10011110 | 10000011 | 0 | 10111 | 100100 | 10011 | 10110 | 101011 | 1000010 |
Color Harmonies of #CE9E83
Complementary color
Monochromatic Colors of #CE9E83
Black with #CE9E83
Text Example
Text Example
White with #CE9E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E83; }
p { color: rgb(206,158,131); }
H1.HeaderClassName
{
color: #CE9E83;
}
.AnyTagClassName
{
color: #CE9E83;
}
</style>
background-color css
<style>
a { background-color: #CE9E83; }
a { background-color: rgb(206,158,131); }
div.DivClassName
{
background-color: #CE9E83;
}
.BgClassName
{
background-color: #CE9E83;
}
</style>
border-color css
<style>
span { border-color: #CE9E83; }
span { border-color: rgb(206,158,131); }
td.TdClassName
{
border-color: #CE9E83;
}
.TagClassName
{
border-color: #CE9E83;
}
</style>