Shades of Cameo #CEA17B
Tints of Cameo #CEA17B
RGB
CMYK
RGB Variations
Color information
#CEA17B (or 0xCEA17B) is known color: Cameo. HEX triplet: CE, A1 and 7B. RGB value is (206,161,123). Sum of RGB (Red+Green+Blue) = 206+161+123=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA17B is #315E84. Grayscale: #AAAAAA. Windows color (decimal): -3235461 or 8102350. OLE color: 8102350.
HSL color Cylindrical-coordinate representation of color #CEA17B: hue angle of 27.47º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEA17B is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 123 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.19 |
| HSL | 27.47º | 0.46% | 0.65% | - |
| HSV(B) | 27.47º | 0.4% | 0.81% | - |
| XYZ | 41.77 | 40.04 | 24.27 | - |
| YUV | 170.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 123 | 0 | 0.22 | 0.40 | 0.19 | 27.47 | 0.46 | 0.65 |
| Hex | CE | A1 | 7B | 0 | 16 | 28 | 13 | 1B | 2E | 41 |
| Octal | 316 | 241 | 173 | 0 | 26 | 50 | 23 | 33 | 56 | 101 |
| Binary | 11001110 | 10100001 | 1111011 | 0 | 10110 | 101000 | 10011 | 11011 | 101110 | 1000001 |
Color Harmonies of #CEA17B
Complementary color
Monochromatic Colors of #CEA17B
Black with #CEA17B
Text Example
Text Example
White with #CEA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA17B; }
p { color: rgb(206,161,123); }
H1.HeaderClassName
{
color: #CEA17B;
}
.AnyTagClassName
{
color: #CEA17B;
}
</style>
background-color css
<style>
a { background-color: #CEA17B; }
a { background-color: rgb(206,161,123); }
div.DivClassName
{
background-color: #CEA17B;
}
.BgClassName
{
background-color: #CEA17B;
}
</style>
border-color css
<style>
span { border-color: #CEA17B; }
span { border-color: rgb(206,161,123); }
td.TdClassName
{
border-color: #CEA17B;
}
.TagClassName
{
border-color: #CEA17B;
}
</style>