Shades of Cameo #CEA177
Tints of Cameo #CEA177
RGB
CMYK
RGB Variations
Color information
#CEA177 (or 0xCEA177) is known color: Cameo. HEX triplet: CE, A1 and 77. RGB value is (206,161,119). Sum of RGB (Red+Green+Blue) = 206+161+119=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA177 is #315E88. Grayscale: #A9A9A9. Windows color (decimal): -3235465 or 7840206. OLE color: 7840206.
HSL color Cylindrical-coordinate representation of color #CEA177: hue angle of 28.97º 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 #CEA177 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 119 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.19 |
| HSL | 28.97º | 0.47% | 0.64% | - |
| HSV(B) | 28.97º | 0.42% | 0.81% | - |
| XYZ | 41.53 | 39.94 | 22.97 | - |
| YUV | 169.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 119 | 0 | 0.22 | 0.42 | 0.19 | 28.97 | 0.47 | 0.64 |
| Hex | CE | A1 | 77 | 0 | 16 | 2A | 13 | 1D | 2F | 40 |
| Octal | 316 | 241 | 167 | 0 | 26 | 52 | 23 | 35 | 57 | 100 |
| Binary | 11001110 | 10100001 | 1110111 | 0 | 10110 | 101010 | 10011 | 11101 | 101111 | 1000000 |
Color Harmonies of #CEA177
Complementary color
Monochromatic Colors of #CEA177
Black with #CEA177
Text Example
Text Example
White with #CEA177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA177; }
p { color: rgb(206,161,119); }
H1.HeaderClassName
{
color: #CEA177;
}
.AnyTagClassName
{
color: #CEA177;
}
</style>
background-color css
<style>
a { background-color: #CEA177; }
a { background-color: rgb(206,161,119); }
div.DivClassName
{
background-color: #CEA177;
}
.BgClassName
{
background-color: #CEA177;
}
</style>
border-color css
<style>
span { border-color: #CEA177; }
span { border-color: rgb(206,161,119); }
td.TdClassName
{
border-color: #CEA177;
}
.TagClassName
{
border-color: #CEA177;
}
</style>