Shades of Yuma #CEB886
Tints of Yuma #CEB886
RGB
CMYK
RGB Variations
Color information
#CEB886 (or 0xCEB886) is known color: Yuma. HEX triplet: CE, B8 and 86. RGB value is (206,184,134). Sum of RGB (Red+Green+Blue) = 206+184+134=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB886 is #314779. Grayscale: #B9B9B9. Windows color (decimal): -3229562 or 8829134. OLE color: 8829134.
HSL color Cylindrical-coordinate representation of color #CEB886: hue angle of 41.67º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEB886 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 134 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.19 |
| HSL | 41.67º | 0.42% | 0.67% | - |
| HSV(B) | 41.67º | 0.35% | 0.81% | - |
| XYZ | 46.9 | 49.12 | 29.56 | - |
| YUV | 184.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 134 | 0 | 0.11 | 0.35 | 0.19 | 41.67 | 0.42 | 0.67 |
| Hex | CE | B8 | 86 | 0 | B | 23 | 13 | 2A | 2A | 43 |
| Octal | 316 | 270 | 206 | 0 | 13 | 43 | 23 | 52 | 52 | 103 |
| Binary | 11001110 | 10111000 | 10000110 | 0 | 1011 | 100011 | 10011 | 101010 | 101010 | 1000011 |
Color Harmonies of #CEB886
Complementary color
Monochromatic Colors of #CEB886
Black with #CEB886
Text Example
Text Example
White with #CEB886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB886; }
p { color: rgb(206,184,134); }
H1.HeaderClassName
{
color: #CEB886;
}
.AnyTagClassName
{
color: #CEB886;
}
</style>
background-color css
<style>
a { background-color: #CEB886; }
a { background-color: rgb(206,184,134); }
div.DivClassName
{
background-color: #CEB886;
}
.BgClassName
{
background-color: #CEB886;
}
</style>
border-color css
<style>
span { border-color: #CEB886; }
span { border-color: rgb(206,184,134); }
td.TdClassName
{
border-color: #CEB886;
}
.TagClassName
{
border-color: #CEB886;
}
</style>