Shades of Yuma #CEB784
Tints of Yuma #CEB784
RGB
CMYK
RGB Variations
Color information
#CEB784 (or 0xCEB784) is known color: Yuma. HEX triplet: CE, B7 and 84. RGB value is (206,183,132). Sum of RGB (Red+Green+Blue) = 206+183+132=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB784 is #31487B. Grayscale: #B8B8B8. Windows color (decimal): -3229820 or 8697806. OLE color: 8697806.
HSL color Cylindrical-coordinate representation of color #CEB784: hue angle of 41.35º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEB784 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 132 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.19 |
| HSL | 41.35º | 0.43% | 0.66% | - |
| HSV(B) | 41.35º | 0.36% | 0.81% | - |
| XYZ | 46.55 | 48.65 | 28.77 | - |
| YUV | 184.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 132 | 0 | 0.11 | 0.36 | 0.19 | 41.35 | 0.43 | 0.66 |
| Hex | CE | B7 | 84 | 0 | B | 24 | 13 | 29 | 2B | 42 |
| Octal | 316 | 267 | 204 | 0 | 13 | 44 | 23 | 51 | 53 | 102 |
| Binary | 11001110 | 10110111 | 10000100 | 0 | 1011 | 100100 | 10011 | 101001 | 101011 | 1000010 |
Color Harmonies of #CEB784
Complementary color
Monochromatic Colors of #CEB784
Black with #CEB784
Text Example
Text Example
White with #CEB784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB784; }
p { color: rgb(206,183,132); }
H1.HeaderClassName
{
color: #CEB784;
}
.AnyTagClassName
{
color: #CEB784;
}
</style>
background-color css
<style>
a { background-color: #CEB784; }
a { background-color: rgb(206,183,132); }
div.DivClassName
{
background-color: #CEB784;
}
.BgClassName
{
background-color: #CEB784;
}
</style>
border-color css
<style>
span { border-color: #CEB784; }
span { border-color: rgb(206,183,132); }
td.TdClassName
{
border-color: #CEB784;
}
.TagClassName
{
border-color: #CEB784;
}
</style>