Shades of Cameo #CEA77A
Tints of Cameo #CEA77A
RGB
CMYK
RGB Variations
Color information
#CEA77A (or 0xCEA77A) is known color: Cameo. HEX triplet: CE, A7 and 7A. RGB value is (206,167,122). Sum of RGB (Red+Green+Blue) = 206+167+122=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA77A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA77A is #315885. Grayscale: #ADADAD. Windows color (decimal): -3233926 or 8038350. OLE color: 8038350.
HSL color Cylindrical-coordinate representation of color #CEA77A: hue angle of 32.14º 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 #CEA77A is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 122 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.19 |
| HSL | 32.14º | 0.46% | 0.64% | - |
| HSV(B) | 32.14º | 0.41% | 0.81% | - |
| XYZ | 42.79 | 42.16 | 24.3 | - |
| YUV | 173.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 122 | 0 | 0.19 | 0.41 | 0.19 | 32.14 | 0.46 | 0.64 |
| Hex | CE | A7 | 7A | 0 | 13 | 29 | 13 | 20 | 2E | 40 |
| Octal | 316 | 247 | 172 | 0 | 23 | 51 | 23 | 40 | 56 | 100 |
| Binary | 11001110 | 10100111 | 1111010 | 0 | 10011 | 101001 | 10011 | 100000 | 101110 | 1000000 |
Color Harmonies of #CEA77A
Complementary color
Monochromatic Colors of #CEA77A
Black with #CEA77A
Text Example
Text Example
White with #CEA77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA77A; }
p { color: rgb(206,167,122); }
H1.HeaderClassName
{
color: #CEA77A;
}
.AnyTagClassName
{
color: #CEA77A;
}
</style>
background-color css
<style>
a { background-color: #CEA77A; }
a { background-color: rgb(206,167,122); }
div.DivClassName
{
background-color: #CEA77A;
}
.BgClassName
{
background-color: #CEA77A;
}
</style>
border-color css
<style>
span { border-color: #CEA77A; }
span { border-color: rgb(206,167,122); }
td.TdClassName
{
border-color: #CEA77A;
}
.TagClassName
{
border-color: #CEA77A;
}
</style>