Shades of Cameo #CEA88F
Tints of Cameo #CEA88F
RGB
CMYK
RGB Variations
Color information
#CEA88F (or 0xCEA88F) is known color: Cameo. HEX triplet: CE, A8 and 8F. RGB value is (206,168,143). Sum of RGB (Red+Green+Blue) = 206+168+143=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA88F is #315770. Grayscale: #B0B0B0. Windows color (decimal): -3233649 or 9414862. OLE color: 9414862.
HSL color Cylindrical-coordinate representation of color #CEA88F: hue angle of 23.81º 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 #CEA88F is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 143 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.19 |
| HSL | 23.81º | 0.39% | 0.68% | - |
| HSV(B) | 23.81º | 0.31% | 0.81% | - |
| XYZ | 44.41 | 43.11 | 31.97 | - |
| YUV | 176.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 143 | 0 | 0.18 | 0.31 | 0.19 | 23.81 | 0.39 | 0.68 |
| Hex | CE | A8 | 8F | 0 | 12 | 1F | 13 | 18 | 27 | 44 |
| Octal | 316 | 250 | 217 | 0 | 22 | 37 | 23 | 30 | 47 | 104 |
| Binary | 11001110 | 10101000 | 10001111 | 0 | 10010 | 11111 | 10011 | 11000 | 100111 | 1000100 |
Color Harmonies of #CEA88F
Complementary color
Monochromatic Colors of #CEA88F
Black with #CEA88F
Text Example
Text Example
White with #CEA88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA88F; }
p { color: rgb(206,168,143); }
H1.HeaderClassName
{
color: #CEA88F;
}
.AnyTagClassName
{
color: #CEA88F;
}
</style>
background-color css
<style>
a { background-color: #CEA88F; }
a { background-color: rgb(206,168,143); }
div.DivClassName
{
background-color: #CEA88F;
}
.BgClassName
{
background-color: #CEA88F;
}
</style>
border-color css
<style>
span { border-color: #CEA88F; }
span { border-color: rgb(206,168,143); }
td.TdClassName
{
border-color: #CEA88F;
}
.TagClassName
{
border-color: #CEA88F;
}
</style>