Shades of Cameo #CEA68F
Tints of Cameo #CEA68F
RGB
CMYK
RGB Variations
Color information
#CEA68F (or 0xCEA68F) is known color: Cameo. HEX triplet: CE, A6 and 8F. RGB value is (206,166,143). Sum of RGB (Red+Green+Blue) = 206+166+143=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA68F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA68F is #315970. Grayscale: #AFAFAF. Windows color (decimal): -3234161 or 9414350. OLE color: 9414350.
HSL color Cylindrical-coordinate representation of color #CEA68F: hue angle of 21.9º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEA68F is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 143 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.19 |
| HSL | 21.9º | 0.39% | 0.68% | - |
| HSV(B) | 21.9º | 0.31% | 0.81% | - |
| XYZ | 44.05 | 42.38 | 31.84 | - |
| YUV | 175.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 143 | 0 | 0.19 | 0.31 | 0.19 | 21.9 | 0.39 | 0.68 |
| Hex | CE | A6 | 8F | 0 | 13 | 1F | 13 | 16 | 27 | 44 |
| Octal | 316 | 246 | 217 | 0 | 23 | 37 | 23 | 26 | 47 | 104 |
| Binary | 11001110 | 10100110 | 10001111 | 0 | 10011 | 11111 | 10011 | 10110 | 100111 | 1000100 |
Color Harmonies of #CEA68F
Complementary color
Monochromatic Colors of #CEA68F
Black with #CEA68F
Text Example
Text Example
White with #CEA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA68F; }
p { color: rgb(206,166,143); }
H1.HeaderClassName
{
color: #CEA68F;
}
.AnyTagClassName
{
color: #CEA68F;
}
</style>
background-color css
<style>
a { background-color: #CEA68F; }
a { background-color: rgb(206,166,143); }
div.DivClassName
{
background-color: #CEA68F;
}
.BgClassName
{
background-color: #CEA68F;
}
</style>
border-color css
<style>
span { border-color: #CEA68F; }
span { border-color: rgb(206,166,143); }
td.TdClassName
{
border-color: #CEA68F;
}
.TagClassName
{
border-color: #CEA68F;
}
</style>