Shades of Cameo #CEA07F
Tints of Cameo #CEA07F
RGB
CMYK
RGB Variations
Color information
#CEA07F (or 0xCEA07F) is known color: Cameo. HEX triplet: CE, A0 and 7F. RGB value is (206,160,127). Sum of RGB (Red+Green+Blue) = 206+160+127=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA07F is #315F80. Grayscale: #AAAAAA. Windows color (decimal): -3235713 or 8364238. OLE color: 8364238.
HSL color Cylindrical-coordinate representation of color #CEA07F: hue angle of 25.06º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEA07F is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 127 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.19 |
| HSL | 25.06º | 0.45% | 0.65% | - |
| HSV(B) | 25.06º | 0.38% | 0.81% | - |
| XYZ | 41.86 | 39.8 | 25.55 | - |
| YUV | 169.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 127 | 0 | 0.22 | 0.38 | 0.19 | 25.06 | 0.45 | 0.65 |
| Hex | CE | A0 | 7F | 0 | 16 | 26 | 13 | 19 | 2D | 41 |
| Octal | 316 | 240 | 177 | 0 | 26 | 46 | 23 | 31 | 55 | 101 |
| Binary | 11001110 | 10100000 | 1111111 | 0 | 10110 | 100110 | 10011 | 11001 | 101101 | 1000001 |
Color Harmonies of #CEA07F
Complementary color
Monochromatic Colors of #CEA07F
Black with #CEA07F
Text Example
Text Example
White with #CEA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA07F; }
p { color: rgb(206,160,127); }
H1.HeaderClassName
{
color: #CEA07F;
}
.AnyTagClassName
{
color: #CEA07F;
}
</style>
background-color css
<style>
a { background-color: #CEA07F; }
a { background-color: rgb(206,160,127); }
div.DivClassName
{
background-color: #CEA07F;
}
.BgClassName
{
background-color: #CEA07F;
}
</style>
border-color css
<style>
span { border-color: #CEA07F; }
span { border-color: rgb(206,160,127); }
td.TdClassName
{
border-color: #CEA07F;
}
.TagClassName
{
border-color: #CEA07F;
}
</style>