Shades of Cameo #CEA286
Tints of Cameo #CEA286
RGB
CMYK
RGB Variations
Color information
#CEA286 (or 0xCEA286) is known color: Cameo. HEX triplet: CE, A2 and 86. RGB value is (206,162,134). Sum of RGB (Red+Green+Blue) = 206+162+134=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA286 is #315D79. Grayscale: #ACACAC. Windows color (decimal): -3235194 or 8823502. OLE color: 8823502.
HSL color Cylindrical-coordinate representation of color #CEA286: hue angle of 23.33º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEA286 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 134 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.19 |
| HSL | 23.33º | 0.42% | 0.67% | - |
| HSV(B) | 23.33º | 0.35% | 0.81% | - |
| XYZ | 42.68 | 40.68 | 28.16 | - |
| YUV | 171.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 134 | 0 | 0.21 | 0.35 | 0.19 | 23.33 | 0.42 | 0.67 |
| Hex | CE | A2 | 86 | 0 | 15 | 23 | 13 | 17 | 2A | 43 |
| Octal | 316 | 242 | 206 | 0 | 25 | 43 | 23 | 27 | 52 | 103 |
| Binary | 11001110 | 10100010 | 10000110 | 0 | 10101 | 100011 | 10011 | 10111 | 101010 | 1000011 |
Color Harmonies of #CEA286
Complementary color
Monochromatic Colors of #CEA286
Black with #CEA286
Text Example
Text Example
White with #CEA286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA286; }
p { color: rgb(206,162,134); }
H1.HeaderClassName
{
color: #CEA286;
}
.AnyTagClassName
{
color: #CEA286;
}
</style>
background-color css
<style>
a { background-color: #CEA286; }
a { background-color: rgb(206,162,134); }
div.DivClassName
{
background-color: #CEA286;
}
.BgClassName
{
background-color: #CEA286;
}
</style>
border-color css
<style>
span { border-color: #CEA286; }
span { border-color: rgb(206,162,134); }
td.TdClassName
{
border-color: #CEA286;
}
.TagClassName
{
border-color: #CEA286;
}
</style>