Shades of Yuma #CEB985
Tints of Yuma #CEB985
RGB
CMYK
RGB Variations
Color information
#CEB985 (or 0xCEB985) is known color: Yuma. HEX triplet: CE, B9 and 85. RGB value is (206,185,133). Sum of RGB (Red+Green+Blue) = 206+185+133=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB985 is #31467A. Grayscale: #B9B9B9. Windows color (decimal): -3229307 or 8763854. OLE color: 8763854.
HSL color Cylindrical-coordinate representation of color #CEB985: hue angle of 42.74º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEB985 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 133 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.19 |
| HSL | 42.74º | 0.43% | 0.66% | - |
| HSV(B) | 42.74º | 0.35% | 0.81% | - |
| XYZ | 47.04 | 49.51 | 29.27 | - |
| YUV | 185.35 | 98.46 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 133 | 0 | 0.10 | 0.35 | 0.19 | 42.74 | 0.43 | 0.66 |
| Hex | CE | B9 | 85 | 0 | A | 23 | 13 | 2B | 2B | 42 |
| Octal | 316 | 271 | 205 | 0 | 12 | 43 | 23 | 53 | 53 | 102 |
| Binary | 11001110 | 10111001 | 10000101 | 0 | 1010 | 100011 | 10011 | 101011 | 101011 | 1000010 |
Color Harmonies of #CEB985
Complementary color
Monochromatic Colors of #CEB985
Black with #CEB985
Text Example
Text Example
White with #CEB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB985; }
p { color: rgb(206,185,133); }
H1.HeaderClassName
{
color: #CEB985;
}
.AnyTagClassName
{
color: #CEB985;
}
</style>
background-color css
<style>
a { background-color: #CEB985; }
a { background-color: rgb(206,185,133); }
div.DivClassName
{
background-color: #CEB985;
}
.BgClassName
{
background-color: #CEB985;
}
</style>
border-color css
<style>
span { border-color: #CEB985; }
span { border-color: rgb(206,185,133); }
td.TdClassName
{
border-color: #CEB985;
}
.TagClassName
{
border-color: #CEB985;
}
</style>