Shades of Yuma #CEB880
Tints of Yuma #CEB880
RGB
CMYK
RGB Variations
Color information
#CEB880 (or 0xCEB880) is known color: Yuma. HEX triplet: CE, B8 and 80. RGB value is (206,184,128). Sum of RGB (Red+Green+Blue) = 206+184+128=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB880 is #31477F. Grayscale: #B8B8B8. Windows color (decimal): -3229568 or 8435918. OLE color: 8435918.
HSL color Cylindrical-coordinate representation of color #CEB880: hue angle of 43.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEB880 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 128 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.19 |
| HSL | 43.08º | 0.44% | 0.65% | - |
| HSV(B) | 43.08º | 0.38% | 0.81% | - |
| XYZ | 46.49 | 48.96 | 27.42 | - |
| YUV | 184.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 128 | 0 | 0.11 | 0.38 | 0.19 | 43.08 | 0.44 | 0.65 |
| Hex | CE | B8 | 80 | 0 | B | 26 | 13 | 2B | 2C | 41 |
| Octal | 316 | 270 | 200 | 0 | 13 | 46 | 23 | 53 | 54 | 101 |
| Binary | 11001110 | 10111000 | 10000000 | 0 | 1011 | 100110 | 10011 | 101011 | 101100 | 1000001 |
Color Harmonies of #CEB880
Complementary color
Monochromatic Colors of #CEB880
Black with #CEB880
Text Example
Text Example
White with #CEB880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB880; }
p { color: rgb(206,184,128); }
H1.HeaderClassName
{
color: #CEB880;
}
.AnyTagClassName
{
color: #CEB880;
}
</style>
background-color css
<style>
a { background-color: #CEB880; }
a { background-color: rgb(206,184,128); }
div.DivClassName
{
background-color: #CEB880;
}
.BgClassName
{
background-color: #CEB880;
}
</style>
border-color css
<style>
span { border-color: #CEB880; }
span { border-color: rgb(206,184,128); }
td.TdClassName
{
border-color: #CEB880;
}
.TagClassName
{
border-color: #CEB880;
}
</style>