Shades of Cameo #CEA980
Tints of Cameo #CEA980
RGB
CMYK
RGB Variations
Color information
#CEA980 (or 0xCEA980) is known color: Cameo. HEX triplet: CE, A9 and 80. RGB value is (206,169,128). Sum of RGB (Red+Green+Blue) = 206+169+128=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA980 is #31567F. Grayscale: #AFAFAF. Windows color (decimal): -3233408 or 8432078. OLE color: 8432078.
HSL color Cylindrical-coordinate representation of color #CEA980: hue angle of 31.54º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEA980 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 128 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.19 |
| HSL | 31.54º | 0.44% | 0.65% | - |
| HSV(B) | 31.54º | 0.38% | 0.81% | - |
| XYZ | 43.54 | 43.06 | 26.44 | - |
| YUV | 175.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 128 | 0 | 0.18 | 0.38 | 0.19 | 31.54 | 0.44 | 0.65 |
| Hex | CE | A9 | 80 | 0 | 12 | 26 | 13 | 20 | 2C | 41 |
| Octal | 316 | 251 | 200 | 0 | 22 | 46 | 23 | 40 | 54 | 101 |
| Binary | 11001110 | 10101001 | 10000000 | 0 | 10010 | 100110 | 10011 | 100000 | 101100 | 1000001 |
Color Harmonies of #CEA980
Complementary color
Monochromatic Colors of #CEA980
Black with #CEA980
Text Example
Text Example
White with #CEA980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA980; }
p { color: rgb(206,169,128); }
H1.HeaderClassName
{
color: #CEA980;
}
.AnyTagClassName
{
color: #CEA980;
}
</style>
background-color css
<style>
a { background-color: #CEA980; }
a { background-color: rgb(206,169,128); }
div.DivClassName
{
background-color: #CEA980;
}
.BgClassName
{
background-color: #CEA980;
}
</style>
border-color css
<style>
span { border-color: #CEA980; }
span { border-color: rgb(206,169,128); }
td.TdClassName
{
border-color: #CEA980;
}
.TagClassName
{
border-color: #CEA980;
}
</style>