Shades of Cameo #CEA984
Tints of Cameo #CEA984
RGB
CMYK
RGB Variations
Color information
#CEA984 (or 0xCEA984) is known color: Cameo. HEX triplet: CE, A9 and 84. RGB value is (206,169,132). Sum of RGB (Red+Green+Blue) = 206+169+132=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA984 is #31567B. Grayscale: #B0B0B0. Windows color (decimal): -3233404 or 8694222. OLE color: 8694222.
HSL color Cylindrical-coordinate representation of color #CEA984: hue angle of 30º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEA984 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 132 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.19 |
| HSL | 30º | 0.43% | 0.66% | - |
| HSV(B) | 30º | 0.36% | 0.81% | - |
| XYZ | 43.81 | 43.16 | 27.85 | - |
| YUV | 175.85 | 103.26 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 132 | 0 | 0.18 | 0.36 | 0.19 | 30 | 0.43 | 0.66 |
| Hex | CE | A9 | 84 | 0 | 12 | 24 | 13 | 1E | 2B | 42 |
| Octal | 316 | 251 | 204 | 0 | 22 | 44 | 23 | 36 | 53 | 102 |
| Binary | 11001110 | 10101001 | 10000100 | 0 | 10010 | 100100 | 10011 | 11110 | 101011 | 1000010 |
Color Harmonies of #CEA984
Complementary color
Monochromatic Colors of #CEA984
Black with #CEA984
Text Example
Text Example
White with #CEA984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA984; }
p { color: rgb(206,169,132); }
H1.HeaderClassName
{
color: #CEA984;
}
.AnyTagClassName
{
color: #CEA984;
}
</style>
background-color css
<style>
a { background-color: #CEA984; }
a { background-color: rgb(206,169,132); }
div.DivClassName
{
background-color: #CEA984;
}
.BgClassName
{
background-color: #CEA984;
}
</style>
border-color css
<style>
span { border-color: #CEA984; }
span { border-color: rgb(206,169,132); }
td.TdClassName
{
border-color: #CEA984;
}
.TagClassName
{
border-color: #CEA984;
}
</style>