Shades of Yuma #CEB785
Tints of Yuma #CEB785
RGB
CMYK
RGB Variations
Color information
#CEB785 (or 0xCEB785) is known color: Yuma. HEX triplet: CE, B7 and 85. RGB value is (206,183,133). Sum of RGB (Red+Green+Blue) = 206+183+133=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB785 is #31487A. Grayscale: #B8B8B8. Windows color (decimal): -3229819 or 8763342. OLE color: 8763342.
HSL color Cylindrical-coordinate representation of color #CEB785: hue angle of 41.1º 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 #CEB785 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 133 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.19 |
| HSL | 41.1º | 0.43% | 0.66% | - |
| HSV(B) | 41.1º | 0.35% | 0.81% | - |
| XYZ | 46.62 | 48.68 | 29.13 | - |
| YUV | 184.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 133 | 0 | 0.11 | 0.35 | 0.19 | 41.1 | 0.43 | 0.66 |
| Hex | CE | B7 | 85 | 0 | B | 23 | 13 | 29 | 2B | 42 |
| Octal | 316 | 267 | 205 | 0 | 13 | 43 | 23 | 51 | 53 | 102 |
| Binary | 11001110 | 10110111 | 10000101 | 0 | 1011 | 100011 | 10011 | 101001 | 101011 | 1000010 |
Color Harmonies of #CEB785
Complementary color
Monochromatic Colors of #CEB785
Black with #CEB785
Text Example
Text Example
White with #CEB785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB785; }
p { color: rgb(206,183,133); }
H1.HeaderClassName
{
color: #CEB785;
}
.AnyTagClassName
{
color: #CEB785;
}
</style>
background-color css
<style>
a { background-color: #CEB785; }
a { background-color: rgb(206,183,133); }
div.DivClassName
{
background-color: #CEB785;
}
.BgClassName
{
background-color: #CEB785;
}
</style>
border-color css
<style>
span { border-color: #CEB785; }
span { border-color: rgb(206,183,133); }
td.TdClassName
{
border-color: #CEB785;
}
.TagClassName
{
border-color: #CEB785;
}
</style>