Shades of Cameo #CEA58B
Tints of Cameo #CEA58B
RGB
CMYK
RGB Variations
Color information
#CEA58B (or 0xCEA58B) is known color: Cameo. HEX triplet: CE, A5 and 8B. RGB value is (206,165,139). Sum of RGB (Red+Green+Blue) = 206+165+139=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA58B is #315A74. Grayscale: #AEAEAE. Windows color (decimal): -3234421 or 9151950. OLE color: 9151950.
HSL color Cylindrical-coordinate representation of color #CEA58B: hue angle of 23.28º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA58B is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 139 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.19 |
| HSL | 23.28º | 0.41% | 0.68% | - |
| HSV(B) | 23.28º | 0.33% | 0.81% | - |
| XYZ | 43.57 | 41.9 | 30.22 | - |
| YUV | 174.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 139 | 0 | 0.20 | 0.33 | 0.19 | 23.28 | 0.41 | 0.68 |
| Hex | CE | A5 | 8B | 0 | 14 | 21 | 13 | 17 | 29 | 44 |
| Octal | 316 | 245 | 213 | 0 | 24 | 41 | 23 | 27 | 51 | 104 |
| Binary | 11001110 | 10100101 | 10001011 | 0 | 10100 | 100001 | 10011 | 10111 | 101001 | 1000100 |
Color Harmonies of #CEA58B
Complementary color
Monochromatic Colors of #CEA58B
Black with #CEA58B
Text Example
Text Example
White with #CEA58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA58B; }
p { color: rgb(206,165,139); }
H1.HeaderClassName
{
color: #CEA58B;
}
.AnyTagClassName
{
color: #CEA58B;
}
</style>
background-color css
<style>
a { background-color: #CEA58B; }
a { background-color: rgb(206,165,139); }
div.DivClassName
{
background-color: #CEA58B;
}
.BgClassName
{
background-color: #CEA58B;
}
</style>
border-color css
<style>
span { border-color: #CEA58B; }
span { border-color: rgb(206,165,139); }
td.TdClassName
{
border-color: #CEA58B;
}
.TagClassName
{
border-color: #CEA58B;
}
</style>