Shades of Yuma #CEB987
Tints of Yuma #CEB987
RGB
CMYK
RGB Variations
Color information
#CEB987 (or 0xCEB987) is known color: Yuma. HEX triplet: CE, B9 and 87. RGB value is (206,185,135). Sum of RGB (Red+Green+Blue) = 206+185+135=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB987 is #314678. Grayscale: #B9B9B9. Windows color (decimal): -3229305 or 8894926. OLE color: 8894926.
HSL color Cylindrical-coordinate representation of color #CEB987: hue angle of 42.25º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEB987 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 135 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.19 |
| HSL | 42.25º | 0.42% | 0.67% | - |
| HSV(B) | 42.25º | 0.34% | 0.81% | - |
| XYZ | 47.18 | 49.57 | 30 | - |
| YUV | 185.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 135 | 0 | 0.10 | 0.34 | 0.19 | 42.25 | 0.42 | 0.67 |
| Hex | CE | B9 | 87 | 0 | A | 22 | 13 | 2A | 2A | 43 |
| Octal | 316 | 271 | 207 | 0 | 12 | 42 | 23 | 52 | 52 | 103 |
| Binary | 11001110 | 10111001 | 10000111 | 0 | 1010 | 100010 | 10011 | 101010 | 101010 | 1000011 |
Color Harmonies of #CEB987
Complementary color
Monochromatic Colors of #CEB987
Black with #CEB987
Text Example
Text Example
White with #CEB987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB987; }
p { color: rgb(206,185,135); }
H1.HeaderClassName
{
color: #CEB987;
}
.AnyTagClassName
{
color: #CEB987;
}
</style>
background-color css
<style>
a { background-color: #CEB987; }
a { background-color: rgb(206,185,135); }
div.DivClassName
{
background-color: #CEB987;
}
.BgClassName
{
background-color: #CEB987;
}
</style>
border-color css
<style>
span { border-color: #CEB987; }
span { border-color: rgb(206,185,135); }
td.TdClassName
{
border-color: #CEB987;
}
.TagClassName
{
border-color: #CEB987;
}
</style>