Shades of Cameo #CEA787
Tints of Cameo #CEA787
RGB
CMYK
RGB Variations
Color information
#CEA787 (or 0xCEA787) is known color: Cameo. HEX triplet: CE, A7 and 87. RGB value is (206,167,135). Sum of RGB (Red+Green+Blue) = 206+167+135=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA787 is #315878. Grayscale: #AFAFAF. Windows color (decimal): -3233913 or 8890318. OLE color: 8890318.
HSL color Cylindrical-coordinate representation of color #CEA787: hue angle of 27.04º 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 #CEA787 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 135 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.19 |
| HSL | 27.04º | 0.42% | 0.67% | - |
| HSV(B) | 27.04º | 0.34% | 0.81% | - |
| XYZ | 43.65 | 42.51 | 28.83 | - |
| YUV | 175.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 135 | 0 | 0.19 | 0.34 | 0.19 | 27.04 | 0.42 | 0.67 |
| Hex | CE | A7 | 87 | 0 | 13 | 22 | 13 | 1B | 2A | 43 |
| Octal | 316 | 247 | 207 | 0 | 23 | 42 | 23 | 33 | 52 | 103 |
| Binary | 11001110 | 10100111 | 10000111 | 0 | 10011 | 100010 | 10011 | 11011 | 101010 | 1000011 |
Color Harmonies of #CEA787
Complementary color
Monochromatic Colors of #CEA787
Black with #CEA787
Text Example
Text Example
White with #CEA787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA787; }
p { color: rgb(206,167,135); }
H1.HeaderClassName
{
color: #CEA787;
}
.AnyTagClassName
{
color: #CEA787;
}
</style>
background-color css
<style>
a { background-color: #CEA787; }
a { background-color: rgb(206,167,135); }
div.DivClassName
{
background-color: #CEA787;
}
.BgClassName
{
background-color: #CEA787;
}
</style>
border-color css
<style>
span { border-color: #CEA787; }
span { border-color: rgb(206,167,135); }
td.TdClassName
{
border-color: #CEA787;
}
.TagClassName
{
border-color: #CEA787;
}
</style>