Shades of Cameo #CEA790
Tints of Cameo #CEA790
RGB
CMYK
RGB Variations
Color information
#CEA790 (or 0xCEA790) is known color: Cameo. HEX triplet: CE, A7 and 90. RGB value is (206,167,144). Sum of RGB (Red+Green+Blue) = 206+167+144=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA790 is #31586F. Grayscale: #B0B0B0. Windows color (decimal): -3233904 or 9480142. OLE color: 9480142.
HSL color Cylindrical-coordinate representation of color #CEA790: hue angle of 22.26º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA790 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 144 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.19 |
| HSL | 22.26º | 0.39% | 0.69% | - |
| HSV(B) | 22.26º | 0.3% | 0.81% | - |
| XYZ | 44.31 | 42.77 | 32.31 | - |
| YUV | 176.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 144 | 0 | 0.19 | 0.30 | 0.19 | 22.26 | 0.39 | 0.69 |
| Hex | CE | A7 | 90 | 0 | 13 | 1E | 13 | 16 | 27 | 45 |
| Octal | 316 | 247 | 220 | 0 | 23 | 36 | 23 | 26 | 47 | 105 |
| Binary | 11001110 | 10100111 | 10010000 | 0 | 10011 | 11110 | 10011 | 10110 | 100111 | 1000101 |
Color Harmonies of #CEA790
Complementary color
Monochromatic Colors of #CEA790
Black with #CEA790
Text Example
Text Example
White with #CEA790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA790; }
p { color: rgb(206,167,144); }
H1.HeaderClassName
{
color: #CEA790;
}
.AnyTagClassName
{
color: #CEA790;
}
</style>
background-color css
<style>
a { background-color: #CEA790; }
a { background-color: rgb(206,167,144); }
div.DivClassName
{
background-color: #CEA790;
}
.BgClassName
{
background-color: #CEA790;
}
</style>
border-color css
<style>
span { border-color: #CEA790; }
span { border-color: rgb(206,167,144); }
td.TdClassName
{
border-color: #CEA790;
}
.TagClassName
{
border-color: #CEA790;
}
</style>