Shades of Cameo #CEA779
Tints of Cameo #CEA779
RGB
CMYK
RGB Variations
Color information
#CEA779 (or 0xCEA779) is known color: Cameo. HEX triplet: CE, A7 and 79. RGB value is (206,167,121). Sum of RGB (Red+Green+Blue) = 206+167+121=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA779 is #315886. Grayscale: #ADADAD. Windows color (decimal): -3233927 or 7972814. OLE color: 7972814.
HSL color Cylindrical-coordinate representation of color #CEA779: hue angle of 32.47º 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 #CEA779 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 121 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.19 |
| HSL | 32.47º | 0.46% | 0.64% | - |
| HSV(B) | 32.47º | 0.41% | 0.81% | - |
| XYZ | 42.72 | 42.14 | 23.97 | - |
| YUV | 173.42 | 98.42 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 121 | 0 | 0.19 | 0.41 | 0.19 | 32.47 | 0.46 | 0.64 |
| Hex | CE | A7 | 79 | 0 | 13 | 29 | 13 | 20 | 2E | 40 |
| Octal | 316 | 247 | 171 | 0 | 23 | 51 | 23 | 40 | 56 | 100 |
| Binary | 11001110 | 10100111 | 1111001 | 0 | 10011 | 101001 | 10011 | 100000 | 101110 | 1000000 |
Color Harmonies of #CEA779
Complementary color
Monochromatic Colors of #CEA779
Black with #CEA779
Text Example
Text Example
White with #CEA779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA779; }
p { color: rgb(206,167,121); }
H1.HeaderClassName
{
color: #CEA779;
}
.AnyTagClassName
{
color: #CEA779;
}
</style>
background-color css
<style>
a { background-color: #CEA779; }
a { background-color: rgb(206,167,121); }
div.DivClassName
{
background-color: #CEA779;
}
.BgClassName
{
background-color: #CEA779;
}
</style>
border-color css
<style>
span { border-color: #CEA779; }
span { border-color: rgb(206,167,121); }
td.TdClassName
{
border-color: #CEA779;
}
.TagClassName
{
border-color: #CEA779;
}
</style>