Shades of Cameo #CEA087
Tints of Cameo #CEA087
RGB
CMYK
RGB Variations
Color information
#CEA087 (or 0xCEA087) is known color: Cameo. HEX triplet: CE, A0 and 87. RGB value is (206,160,135). Sum of RGB (Red+Green+Blue) = 206+160+135=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA087 is #315F78. Grayscale: #ABABAB. Windows color (decimal): -3235705 or 8888526. OLE color: 8888526.
HSL color Cylindrical-coordinate representation of color #CEA087: hue angle of 21.13º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEA087 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 135 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.19 |
| HSL | 21.13º | 0.42% | 0.67% | - |
| HSV(B) | 21.13º | 0.34% | 0.81% | - |
| XYZ | 42.4 | 40.01 | 28.41 | - |
| YUV | 170.9 | 107.74 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 135 | 0 | 0.22 | 0.34 | 0.19 | 21.13 | 0.42 | 0.67 |
| Hex | CE | A0 | 87 | 0 | 16 | 22 | 13 | 15 | 2A | 43 |
| Octal | 316 | 240 | 207 | 0 | 26 | 42 | 23 | 25 | 52 | 103 |
| Binary | 11001110 | 10100000 | 10000111 | 0 | 10110 | 100010 | 10011 | 10101 | 101010 | 1000011 |
Color Harmonies of #CEA087
Complementary color
Monochromatic Colors of #CEA087
Black with #CEA087
Text Example
Text Example
White with #CEA087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA087; }
p { color: rgb(206,160,135); }
H1.HeaderClassName
{
color: #CEA087;
}
.AnyTagClassName
{
color: #CEA087;
}
</style>
background-color css
<style>
a { background-color: #CEA087; }
a { background-color: rgb(206,160,135); }
div.DivClassName
{
background-color: #CEA087;
}
.BgClassName
{
background-color: #CEA087;
}
</style>
border-color css
<style>
span { border-color: #CEA087; }
span { border-color: rgb(206,160,135); }
td.TdClassName
{
border-color: #CEA087;
}
.TagClassName
{
border-color: #CEA087;
}
</style>