Shades of Cameo #CEA07D
Tints of Cameo #CEA07D
RGB
CMYK
RGB Variations
Color information
#CEA07D (or 0xCEA07D) is known color: Cameo. HEX triplet: CE, A0 and 7D. RGB value is (206,160,125). Sum of RGB (Red+Green+Blue) = 206+160+125=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA07D is #315F82. Grayscale: #A9A9A9. Windows color (decimal): -3235715 or 8233166. OLE color: 8233166.
HSL color Cylindrical-coordinate representation of color #CEA07D: hue angle of 25.93º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEA07D is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 125 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.19 |
| HSL | 25.93º | 0.45% | 0.65% | - |
| HSV(B) | 25.93º | 0.39% | 0.81% | - |
| XYZ | 41.73 | 39.74 | 24.87 | - |
| YUV | 169.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 125 | 0 | 0.22 | 0.39 | 0.19 | 25.93 | 0.45 | 0.65 |
| Hex | CE | A0 | 7D | 0 | 16 | 27 | 13 | 1A | 2D | 41 |
| Octal | 316 | 240 | 175 | 0 | 26 | 47 | 23 | 32 | 55 | 101 |
| Binary | 11001110 | 10100000 | 1111101 | 0 | 10110 | 100111 | 10011 | 11010 | 101101 | 1000001 |
Color Harmonies of #CEA07D
Complementary color
Monochromatic Colors of #CEA07D
Black with #CEA07D
Text Example
Text Example
White with #CEA07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA07D; }
p { color: rgb(206,160,125); }
H1.HeaderClassName
{
color: #CEA07D;
}
.AnyTagClassName
{
color: #CEA07D;
}
</style>
background-color css
<style>
a { background-color: #CEA07D; }
a { background-color: rgb(206,160,125); }
div.DivClassName
{
background-color: #CEA07D;
}
.BgClassName
{
background-color: #CEA07D;
}
</style>
border-color css
<style>
span { border-color: #CEA07D; }
span { border-color: rgb(206,160,125); }
td.TdClassName
{
border-color: #CEA07D;
}
.TagClassName
{
border-color: #CEA07D;
}
</style>