Shades of Cameo #CEA07B
Tints of Cameo #CEA07B
RGB
CMYK
RGB Variations
Color information
#CEA07B (or 0xCEA07B) is known color: Cameo. HEX triplet: CE, A0 and 7B. RGB value is (206,160,123). Sum of RGB (Red+Green+Blue) = 206+160+123=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA07B is #315F84. Grayscale: #A9A9A9. Windows color (decimal): -3235717 or 8102094. OLE color: 8102094.
HSL color Cylindrical-coordinate representation of color #CEA07B: hue angle of 26.75º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEA07B is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 123 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.19 |
| HSL | 26.75º | 0.46% | 0.65% | - |
| HSV(B) | 26.75º | 0.4% | 0.81% | - |
| XYZ | 41.6 | 39.69 | 24.21 | - |
| YUV | 169.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 123 | 0 | 0.22 | 0.40 | 0.19 | 26.75 | 0.46 | 0.65 |
| Hex | CE | A0 | 7B | 0 | 16 | 28 | 13 | 1B | 2E | 41 |
| Octal | 316 | 240 | 173 | 0 | 26 | 50 | 23 | 33 | 56 | 101 |
| Binary | 11001110 | 10100000 | 1111011 | 0 | 10110 | 101000 | 10011 | 11011 | 101110 | 1000001 |
Color Harmonies of #CEA07B
Complementary color
Monochromatic Colors of #CEA07B
Black with #CEA07B
Text Example
Text Example
White with #CEA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA07B; }
p { color: rgb(206,160,123); }
H1.HeaderClassName
{
color: #CEA07B;
}
.AnyTagClassName
{
color: #CEA07B;
}
</style>
background-color css
<style>
a { background-color: #CEA07B; }
a { background-color: rgb(206,160,123); }
div.DivClassName
{
background-color: #CEA07B;
}
.BgClassName
{
background-color: #CEA07B;
}
</style>
border-color css
<style>
span { border-color: #CEA07B; }
span { border-color: rgb(206,160,123); }
td.TdClassName
{
border-color: #CEA07B;
}
.TagClassName
{
border-color: #CEA07B;
}
</style>