Shades of Cameo #CEA47A
Tints of Cameo #CEA47A
RGB
CMYK
RGB Variations
Color information
#CEA47A (or 0xCEA47A) is known color: Cameo. HEX triplet: CE, A4 and 7A. RGB value is (206,164,122). Sum of RGB (Red+Green+Blue) = 206+164+122=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA47A is #315B85. Grayscale: #ABABAB. Windows color (decimal): -3234694 or 8037582. OLE color: 8037582.
HSL color Cylindrical-coordinate representation of color #CEA47A: hue angle of 30º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEA47A is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 122 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.19 |
| HSL | 30º | 0.46% | 0.64% | - |
| HSV(B) | 30º | 0.41% | 0.81% | - |
| XYZ | 42.24 | 41.08 | 24.11 | - |
| YUV | 171.77 | 99.91 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 122 | 0 | 0.20 | 0.41 | 0.19 | 30 | 0.46 | 0.64 |
| Hex | CE | A4 | 7A | 0 | 14 | 29 | 13 | 1E | 2E | 40 |
| Octal | 316 | 244 | 172 | 0 | 24 | 51 | 23 | 36 | 56 | 100 |
| Binary | 11001110 | 10100100 | 1111010 | 0 | 10100 | 101001 | 10011 | 11110 | 101110 | 1000000 |
Color Harmonies of #CEA47A
Complementary color
Monochromatic Colors of #CEA47A
Black with #CEA47A
Text Example
Text Example
White with #CEA47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA47A; }
p { color: rgb(206,164,122); }
H1.HeaderClassName
{
color: #CEA47A;
}
.AnyTagClassName
{
color: #CEA47A;
}
</style>
background-color css
<style>
a { background-color: #CEA47A; }
a { background-color: rgb(206,164,122); }
div.DivClassName
{
background-color: #CEA47A;
}
.BgClassName
{
background-color: #CEA47A;
}
</style>
border-color css
<style>
span { border-color: #CEA47A; }
span { border-color: rgb(206,164,122); }
td.TdClassName
{
border-color: #CEA47A;
}
.TagClassName
{
border-color: #CEA47A;
}
</style>