Shades of Cameo #CEA084
Tints of Cameo #CEA084
RGB
CMYK
RGB Variations
Color information
#CEA084 (or 0xCEA084) is known color: Cameo. HEX triplet: CE, A0 and 84. RGB value is (206,160,132). Sum of RGB (Red+Green+Blue) = 206+160+132=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA084 is #315F7B. Grayscale: #AAAAAA. Windows color (decimal): -3235708 or 8691918. OLE color: 8691918.
HSL color Cylindrical-coordinate representation of color #CEA084: hue angle of 22.7º 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 #CEA084 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 132 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.19 |
| HSL | 22.7º | 0.43% | 0.66% | - |
| HSV(B) | 22.7º | 0.36% | 0.81% | - |
| XYZ | 42.19 | 39.93 | 27.31 | - |
| YUV | 170.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 132 | 0 | 0.22 | 0.36 | 0.19 | 22.7 | 0.43 | 0.66 |
| Hex | CE | A0 | 84 | 0 | 16 | 24 | 13 | 17 | 2B | 42 |
| Octal | 316 | 240 | 204 | 0 | 26 | 44 | 23 | 27 | 53 | 102 |
| Binary | 11001110 | 10100000 | 10000100 | 0 | 10110 | 100100 | 10011 | 10111 | 101011 | 1000010 |
Color Harmonies of #CEA084
Complementary color
Monochromatic Colors of #CEA084
Black with #CEA084
Text Example
Text Example
White with #CEA084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA084; }
p { color: rgb(206,160,132); }
H1.HeaderClassName
{
color: #CEA084;
}
.AnyTagClassName
{
color: #CEA084;
}
</style>
background-color css
<style>
a { background-color: #CEA084; }
a { background-color: rgb(206,160,132); }
div.DivClassName
{
background-color: #CEA084;
}
.BgClassName
{
background-color: #CEA084;
}
</style>
border-color css
<style>
span { border-color: #CEA084; }
span { border-color: rgb(206,160,132); }
td.TdClassName
{
border-color: #CEA084;
}
.TagClassName
{
border-color: #CEA084;
}
</style>