Shades of Yuma #CEB87C
Tints of Yuma #CEB87C
RGB
CMYK
RGB Variations
Color information
#CEB87C (or 0xCEB87C) is known color: Yuma. HEX triplet: CE, B8 and 7C. RGB value is (206,184,124). Sum of RGB (Red+Green+Blue) = 206+184+124=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB87C is #314783. Grayscale: #B8B8B8. Windows color (decimal): -3229572 or 8173774. OLE color: 8173774.
HSL color Cylindrical-coordinate representation of color #CEB87C: hue angle of 43.9º 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 #CEB87C is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 124 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.19 |
| HSL | 43.9º | 0.46% | 0.65% | - |
| HSV(B) | 43.9º | 0.4% | 0.81% | - |
| XYZ | 46.23 | 48.86 | 26.06 | - |
| YUV | 183.74 | 94.29 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 124 | 0 | 0.11 | 0.40 | 0.19 | 43.9 | 0.46 | 0.65 |
| Hex | CE | B8 | 7C | 0 | B | 28 | 13 | 2C | 2E | 41 |
| Octal | 316 | 270 | 174 | 0 | 13 | 50 | 23 | 54 | 56 | 101 |
| Binary | 11001110 | 10111000 | 1111100 | 0 | 1011 | 101000 | 10011 | 101100 | 101110 | 1000001 |
Color Harmonies of #CEB87C
Complementary color
Monochromatic Colors of #CEB87C
Black with #CEB87C
Text Example
Text Example
White with #CEB87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB87C; }
p { color: rgb(206,184,124); }
H1.HeaderClassName
{
color: #CEB87C;
}
.AnyTagClassName
{
color: #CEB87C;
}
</style>
background-color css
<style>
a { background-color: #CEB87C; }
a { background-color: rgb(206,184,124); }
div.DivClassName
{
background-color: #CEB87C;
}
.BgClassName
{
background-color: #CEB87C;
}
</style>
border-color css
<style>
span { border-color: #CEB87C; }
span { border-color: rgb(206,184,124); }
td.TdClassName
{
border-color: #CEB87C;
}
.TagClassName
{
border-color: #CEB87C;
}
</style>