Shades of Cameo #CEA287
Tints of Cameo #CEA287
RGB
CMYK
RGB Variations
Color information
#CEA287 (or 0xCEA287) is known color: Cameo. HEX triplet: CE, A2 and 87. RGB value is (206,162,135). Sum of RGB (Red+Green+Blue) = 206+162+135=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA287 is #315D78. Grayscale: #ACACAC. Windows color (decimal): -3235193 or 8889038. OLE color: 8889038.
HSL color Cylindrical-coordinate representation of color #CEA287: hue angle of 22.82º 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 #CEA287 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 135 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.19 |
| HSL | 22.82º | 0.42% | 0.67% | - |
| HSV(B) | 22.82º | 0.34% | 0.81% | - |
| XYZ | 42.75 | 40.71 | 28.53 | - |
| YUV | 172.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 135 | 0 | 0.21 | 0.34 | 0.19 | 22.82 | 0.42 | 0.67 |
| Hex | CE | A2 | 87 | 0 | 15 | 22 | 13 | 17 | 2A | 43 |
| Octal | 316 | 242 | 207 | 0 | 25 | 42 | 23 | 27 | 52 | 103 |
| Binary | 11001110 | 10100010 | 10000111 | 0 | 10101 | 100010 | 10011 | 10111 | 101010 | 1000011 |
Color Harmonies of #CEA287
Complementary color
Monochromatic Colors of #CEA287
Black with #CEA287
Text Example
Text Example
White with #CEA287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA287; }
p { color: rgb(206,162,135); }
H1.HeaderClassName
{
color: #CEA287;
}
.AnyTagClassName
{
color: #CEA287;
}
</style>
background-color css
<style>
a { background-color: #CEA287; }
a { background-color: rgb(206,162,135); }
div.DivClassName
{
background-color: #CEA287;
}
.BgClassName
{
background-color: #CEA287;
}
</style>
border-color css
<style>
span { border-color: #CEA287; }
span { border-color: rgb(206,162,135); }
td.TdClassName
{
border-color: #CEA287;
}
.TagClassName
{
border-color: #CEA287;
}
</style>