Shades of Cameo #CEA184
Tints of Cameo #CEA184
RGB
CMYK
RGB Variations
Color information
#CEA184 (or 0xCEA184) is known color: Cameo. HEX triplet: CE, A1 and 84. RGB value is (206,161,132). Sum of RGB (Red+Green+Blue) = 206+161+132=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA184 is #315E7B. Grayscale: #ABABAB. Windows color (decimal): -3235452 or 8692174. OLE color: 8692174.
HSL color Cylindrical-coordinate representation of color #CEA184: hue angle of 23.51º 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 #CEA184 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 132 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.19 |
| HSL | 23.51º | 0.43% | 0.66% | - |
| HSV(B) | 23.51º | 0.36% | 0.81% | - |
| XYZ | 42.36 | 40.28 | 27.37 | - |
| YUV | 171.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 132 | 0 | 0.22 | 0.36 | 0.19 | 23.51 | 0.43 | 0.66 |
| Hex | CE | A1 | 84 | 0 | 16 | 24 | 13 | 18 | 2B | 42 |
| Octal | 316 | 241 | 204 | 0 | 26 | 44 | 23 | 30 | 53 | 102 |
| Binary | 11001110 | 10100001 | 10000100 | 0 | 10110 | 100100 | 10011 | 11000 | 101011 | 1000010 |
Color Harmonies of #CEA184
Complementary color
Monochromatic Colors of #CEA184
Black with #CEA184
Text Example
Text Example
White with #CEA184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA184; }
p { color: rgb(206,161,132); }
H1.HeaderClassName
{
color: #CEA184;
}
.AnyTagClassName
{
color: #CEA184;
}
</style>
background-color css
<style>
a { background-color: #CEA184; }
a { background-color: rgb(206,161,132); }
div.DivClassName
{
background-color: #CEA184;
}
.BgClassName
{
background-color: #CEA184;
}
</style>
border-color css
<style>
span { border-color: #CEA184; }
span { border-color: rgb(206,161,132); }
td.TdClassName
{
border-color: #CEA184;
}
.TagClassName
{
border-color: #CEA184;
}
</style>