Shades of Cameo #CEAB8C
Tints of Cameo #CEAB8C
RGB
CMYK
RGB Variations
Color information
#CEAB8C (or 0xCEAB8C) is known color: Cameo. HEX triplet: CE, AB and 8C. RGB value is (206,171,140). Sum of RGB (Red+Green+Blue) = 206+171+140=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAB8C is #315473. Grayscale: #B2B2B2. Windows color (decimal): -3232884 or 9219022. OLE color: 9219022.
HSL color Cylindrical-coordinate representation of color #CEAB8C: hue angle of 28.18º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEAB8C is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 140 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.19 |
| HSL | 28.18º | 0.4% | 0.68% | - |
| HSV(B) | 28.18º | 0.32% | 0.81% | - |
| XYZ | 44.75 | 44.14 | 30.97 | - |
| YUV | 177.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 140 | 0 | 0.17 | 0.32 | 0.19 | 28.18 | 0.4 | 0.68 |
| Hex | CE | AB | 8C | 0 | 11 | 20 | 13 | 1C | 28 | 44 |
| Octal | 316 | 253 | 214 | 0 | 21 | 40 | 23 | 34 | 50 | 104 |
| Binary | 11001110 | 10101011 | 10001100 | 0 | 10001 | 100000 | 10011 | 11100 | 101000 | 1000100 |
Color Harmonies of #CEAB8C
Complementary color
Monochromatic Colors of #CEAB8C
Black with #CEAB8C
Text Example
Text Example
White with #CEAB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB8C; }
p { color: rgb(206,171,140); }
H1.HeaderClassName
{
color: #CEAB8C;
}
.AnyTagClassName
{
color: #CEAB8C;
}
</style>
background-color css
<style>
a { background-color: #CEAB8C; }
a { background-color: rgb(206,171,140); }
div.DivClassName
{
background-color: #CEAB8C;
}
.BgClassName
{
background-color: #CEAB8C;
}
</style>
border-color css
<style>
span { border-color: #CEAB8C; }
span { border-color: rgb(206,171,140); }
td.TdClassName
{
border-color: #CEAB8C;
}
.TagClassName
{
border-color: #CEAB8C;
}
</style>