Shades of Yuma #CEB781
Tints of Yuma #CEB781
RGB
CMYK
RGB Variations
Color information
#CEB781 (or 0xCEB781) is known color: Yuma. HEX triplet: CE, B7 and 81. RGB value is (206,183,129). Sum of RGB (Red+Green+Blue) = 206+183+129=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB781 is #31487E. Grayscale: #B7B7B7. Windows color (decimal): -3229823 or 8501198. OLE color: 8501198.
HSL color Cylindrical-coordinate representation of color #CEB781: hue angle of 42.08º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEB781 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 129 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.19 |
| HSL | 42.08º | 0.44% | 0.66% | - |
| HSV(B) | 42.08º | 0.37% | 0.81% | - |
| XYZ | 46.35 | 48.57 | 27.7 | - |
| YUV | 183.72 | 97.12 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 129 | 0 | 0.11 | 0.37 | 0.19 | 42.08 | 0.44 | 0.66 |
| Hex | CE | B7 | 81 | 0 | B | 25 | 13 | 2A | 2C | 42 |
| Octal | 316 | 267 | 201 | 0 | 13 | 45 | 23 | 52 | 54 | 102 |
| Binary | 11001110 | 10110111 | 10000001 | 0 | 1011 | 100101 | 10011 | 101010 | 101100 | 1000010 |
Color Harmonies of #CEB781
Complementary color
Monochromatic Colors of #CEB781
Black with #CEB781
Text Example
Text Example
White with #CEB781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB781; }
p { color: rgb(206,183,129); }
H1.HeaderClassName
{
color: #CEB781;
}
.AnyTagClassName
{
color: #CEB781;
}
</style>
background-color css
<style>
a { background-color: #CEB781; }
a { background-color: rgb(206,183,129); }
div.DivClassName
{
background-color: #CEB781;
}
.BgClassName
{
background-color: #CEB781;
}
</style>
border-color css
<style>
span { border-color: #CEB781; }
span { border-color: rgb(206,183,129); }
td.TdClassName
{
border-color: #CEB781;
}
.TagClassName
{
border-color: #CEB781;
}
</style>