Shades of Cameo #CEA077
Tints of Cameo #CEA077
RGB
CMYK
RGB Variations
Color information
#CEA077 (or 0xCEA077) is known color: Cameo. HEX triplet: CE, A0 and 77. RGB value is (206,160,119). Sum of RGB (Red+Green+Blue) = 206+160+119=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA077 is #315F88. Grayscale: #A9A9A9. Windows color (decimal): -3235721 or 7839950. OLE color: 7839950.
HSL color Cylindrical-coordinate representation of color #CEA077: hue angle of 28.28º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEA077 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 119 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.19 |
| HSL | 28.28º | 0.47% | 0.64% | - |
| HSV(B) | 28.28º | 0.42% | 0.81% | - |
| XYZ | 41.35 | 39.6 | 22.92 | - |
| YUV | 169.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 119 | 0 | 0.22 | 0.42 | 0.19 | 28.28 | 0.47 | 0.64 |
| Hex | CE | A0 | 77 | 0 | 16 | 2A | 13 | 1C | 2F | 40 |
| Octal | 316 | 240 | 167 | 0 | 26 | 52 | 23 | 34 | 57 | 100 |
| Binary | 11001110 | 10100000 | 1110111 | 0 | 10110 | 101010 | 10011 | 11100 | 101111 | 1000000 |
Color Harmonies of #CEA077
Complementary color
Monochromatic Colors of #CEA077
Black with #CEA077
Text Example
Text Example
White with #CEA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA077; }
p { color: rgb(206,160,119); }
H1.HeaderClassName
{
color: #CEA077;
}
.AnyTagClassName
{
color: #CEA077;
}
</style>
background-color css
<style>
a { background-color: #CEA077; }
a { background-color: rgb(206,160,119); }
div.DivClassName
{
background-color: #CEA077;
}
.BgClassName
{
background-color: #CEA077;
}
</style>
border-color css
<style>
span { border-color: #CEA077; }
span { border-color: rgb(206,160,119); }
td.TdClassName
{
border-color: #CEA077;
}
.TagClassName
{
border-color: #CEA077;
}
</style>