Shades of Cameo #CEA879
Tints of Cameo #CEA879
RGB
CMYK
RGB Variations
Color information
#CEA879 (or 0xCEA879) is known color: Cameo. HEX triplet: CE, A8 and 79. RGB value is (206,168,121). Sum of RGB (Red+Green+Blue) = 206+168+121=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA879 is #315786. Grayscale: #AEAEAE. Windows color (decimal): -3233671 or 7973070. OLE color: 7973070.
HSL color Cylindrical-coordinate representation of color #CEA879: hue angle of 33.18º 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 #CEA879 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 121 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.19 |
| HSL | 33.18º | 0.46% | 0.64% | - |
| HSV(B) | 33.18º | 0.41% | 0.81% | - |
| XYZ | 42.91 | 42.51 | 24.03 | - |
| YUV | 174 | 98.09 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 121 | 0 | 0.18 | 0.41 | 0.19 | 33.18 | 0.46 | 0.64 |
| Hex | CE | A8 | 79 | 0 | 12 | 29 | 13 | 21 | 2E | 40 |
| Octal | 316 | 250 | 171 | 0 | 22 | 51 | 23 | 41 | 56 | 100 |
| Binary | 11001110 | 10101000 | 1111001 | 0 | 10010 | 101001 | 10011 | 100001 | 101110 | 1000000 |
Color Harmonies of #CEA879
Complementary color
Monochromatic Colors of #CEA879
Black with #CEA879
Text Example
Text Example
White with #CEA879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA879; }
p { color: rgb(206,168,121); }
H1.HeaderClassName
{
color: #CEA879;
}
.AnyTagClassName
{
color: #CEA879;
}
</style>
background-color css
<style>
a { background-color: #CEA879; }
a { background-color: rgb(206,168,121); }
div.DivClassName
{
background-color: #CEA879;
}
.BgClassName
{
background-color: #CEA879;
}
</style>
border-color css
<style>
span { border-color: #CEA879; }
span { border-color: rgb(206,168,121); }
td.TdClassName
{
border-color: #CEA879;
}
.TagClassName
{
border-color: #CEA879;
}
</style>