Shades of Cameo #CEA688
Tints of Cameo #CEA688
RGB
CMYK
RGB Variations
Color information
#CEA688 (or 0xCEA688) is known color: Cameo. HEX triplet: CE, A6 and 88. RGB value is (206,166,136). Sum of RGB (Red+Green+Blue) = 206+166+136=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA688 is #315977. Grayscale: #AEAEAE. Windows color (decimal): -3234168 or 8955598. OLE color: 8955598.
HSL color Cylindrical-coordinate representation of color #CEA688: hue angle of 25.71º 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 #CEA688 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 136 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.19 |
| HSL | 25.71º | 0.42% | 0.67% | - |
| HSV(B) | 25.71º | 0.34% | 0.81% | - |
| XYZ | 43.53 | 42.17 | 29.14 | - |
| YUV | 174.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 136 | 0 | 0.19 | 0.34 | 0.19 | 25.71 | 0.42 | 0.67 |
| Hex | CE | A6 | 88 | 0 | 13 | 22 | 13 | 1A | 2A | 43 |
| Octal | 316 | 246 | 210 | 0 | 23 | 42 | 23 | 32 | 52 | 103 |
| Binary | 11001110 | 10100110 | 10001000 | 0 | 10011 | 100010 | 10011 | 11010 | 101010 | 1000011 |
Color Harmonies of #CEA688
Complementary color
Monochromatic Colors of #CEA688
Black with #CEA688
Text Example
Text Example
White with #CEA688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA688; }
p { color: rgb(206,166,136); }
H1.HeaderClassName
{
color: #CEA688;
}
.AnyTagClassName
{
color: #CEA688;
}
</style>
background-color css
<style>
a { background-color: #CEA688; }
a { background-color: rgb(206,166,136); }
div.DivClassName
{
background-color: #CEA688;
}
.BgClassName
{
background-color: #CEA688;
}
</style>
border-color css
<style>
span { border-color: #CEA688; }
span { border-color: rgb(206,166,136); }
td.TdClassName
{
border-color: #CEA688;
}
.TagClassName
{
border-color: #CEA688;
}
</style>