Shades of Cameo #CEA77B
Tints of Cameo #CEA77B
RGB
CMYK
RGB Variations
Color information
#CEA77B (or 0xCEA77B) is known color: Cameo. HEX triplet: CE, A7 and 7B. RGB value is (206,167,123). Sum of RGB (Red+Green+Blue) = 206+167+123=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA77B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA77B is #315884. Grayscale: #ADADAD. Windows color (decimal): -3233925 or 8103886. OLE color: 8103886.
HSL color Cylindrical-coordinate representation of color #CEA77B: hue angle of 31.81º 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 #CEA77B is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 123 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.19 |
| HSL | 31.81º | 0.46% | 0.65% | - |
| HSV(B) | 31.81º | 0.4% | 0.81% | - |
| XYZ | 42.85 | 42.19 | 24.62 | - |
| YUV | 173.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 123 | 0 | 0.19 | 0.40 | 0.19 | 31.81 | 0.46 | 0.65 |
| Hex | CE | A7 | 7B | 0 | 13 | 28 | 13 | 20 | 2E | 41 |
| Octal | 316 | 247 | 173 | 0 | 23 | 50 | 23 | 40 | 56 | 101 |
| Binary | 11001110 | 10100111 | 1111011 | 0 | 10011 | 101000 | 10011 | 100000 | 101110 | 1000001 |
Color Harmonies of #CEA77B
Complementary color
Monochromatic Colors of #CEA77B
Black with #CEA77B
Text Example
Text Example
White with #CEA77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA77B; }
p { color: rgb(206,167,123); }
H1.HeaderClassName
{
color: #CEA77B;
}
.AnyTagClassName
{
color: #CEA77B;
}
</style>
background-color css
<style>
a { background-color: #CEA77B; }
a { background-color: rgb(206,167,123); }
div.DivClassName
{
background-color: #CEA77B;
}
.BgClassName
{
background-color: #CEA77B;
}
</style>
border-color css
<style>
span { border-color: #CEA77B; }
span { border-color: rgb(206,167,123); }
td.TdClassName
{
border-color: #CEA77B;
}
.TagClassName
{
border-color: #CEA77B;
}
</style>