Shades of Cameo #CEA982
Tints of Cameo #CEA982
RGB
CMYK
RGB Variations
Color information
#CEA982 (or 0xCEA982) is known color: Cameo. HEX triplet: CE, A9 and 82. RGB value is (206,169,130). Sum of RGB (Red+Green+Blue) = 206+169+130=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA982 is #31567D. Grayscale: #AFAFAF. Windows color (decimal): -3233406 or 8563150. OLE color: 8563150.
HSL color Cylindrical-coordinate representation of color #CEA982: hue angle of 30.79º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEA982 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 130 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.19 |
| HSL | 30.79º | 0.44% | 0.66% | - |
| HSV(B) | 30.79º | 0.37% | 0.81% | - |
| XYZ | 43.67 | 43.11 | 27.14 | - |
| YUV | 175.62 | 102.26 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 130 | 0 | 0.18 | 0.37 | 0.19 | 30.79 | 0.44 | 0.66 |
| Hex | CE | A9 | 82 | 0 | 12 | 25 | 13 | 1F | 2C | 42 |
| Octal | 316 | 251 | 202 | 0 | 22 | 45 | 23 | 37 | 54 | 102 |
| Binary | 11001110 | 10101001 | 10000010 | 0 | 10010 | 100101 | 10011 | 11111 | 101100 | 1000010 |
Color Harmonies of #CEA982
Complementary color
Monochromatic Colors of #CEA982
Black with #CEA982
Text Example
Text Example
White with #CEA982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA982; }
p { color: rgb(206,169,130); }
H1.HeaderClassName
{
color: #CEA982;
}
.AnyTagClassName
{
color: #CEA982;
}
</style>
background-color css
<style>
a { background-color: #CEA982; }
a { background-color: rgb(206,169,130); }
div.DivClassName
{
background-color: #CEA982;
}
.BgClassName
{
background-color: #CEA982;
}
</style>
border-color css
<style>
span { border-color: #CEA982; }
span { border-color: rgb(206,169,130); }
td.TdClassName
{
border-color: #CEA982;
}
.TagClassName
{
border-color: #CEA982;
}
</style>