Shades of Cameo #CEA67B
Tints of Cameo #CEA67B
RGB
CMYK
RGB Variations
Color information
#CEA67B (or 0xCEA67B) is known color: Cameo. HEX triplet: CE, A6 and 7B. RGB value is (206,166,123). Sum of RGB (Red+Green+Blue) = 206+166+123=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA67B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA67B is #315984. Grayscale: #ADADAD. Windows color (decimal): -3234181 or 8103630. OLE color: 8103630.
HSL color Cylindrical-coordinate representation of color #CEA67B: hue angle of 31.08º 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 #CEA67B is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 123 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.19 |
| HSL | 31.08º | 0.46% | 0.65% | - |
| HSV(B) | 31.08º | 0.4% | 0.81% | - |
| XYZ | 42.66 | 41.82 | 24.56 | - |
| YUV | 173.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 123 | 0 | 0.19 | 0.40 | 0.19 | 31.08 | 0.46 | 0.65 |
| Hex | CE | A6 | 7B | 0 | 13 | 28 | 13 | 1F | 2E | 41 |
| Octal | 316 | 246 | 173 | 0 | 23 | 50 | 23 | 37 | 56 | 101 |
| Binary | 11001110 | 10100110 | 1111011 | 0 | 10011 | 101000 | 10011 | 11111 | 101110 | 1000001 |
Color Harmonies of #CEA67B
Complementary color
Monochromatic Colors of #CEA67B
Black with #CEA67B
Text Example
Text Example
White with #CEA67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA67B; }
p { color: rgb(206,166,123); }
H1.HeaderClassName
{
color: #CEA67B;
}
.AnyTagClassName
{
color: #CEA67B;
}
</style>
background-color css
<style>
a { background-color: #CEA67B; }
a { background-color: rgb(206,166,123); }
div.DivClassName
{
background-color: #CEA67B;
}
.BgClassName
{
background-color: #CEA67B;
}
</style>
border-color css
<style>
span { border-color: #CEA67B; }
span { border-color: rgb(206,166,123); }
td.TdClassName
{
border-color: #CEA67B;
}
.TagClassName
{
border-color: #CEA67B;
}
</style>