Shades of Yuma #CEBB81
Tints of Yuma #CEBB81
RGB
CMYK
RGB Variations
Color information
#CEBB81 (or 0xCEBB81) is known color: Yuma. HEX triplet: CE, BB and 81. RGB value is (206,187,129). Sum of RGB (Red+Green+Blue) = 206+187+129=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBB81 is #31447E. Grayscale: #BABABA. Windows color (decimal): -3228799 or 8502222. OLE color: 8502222.
HSL color Cylindrical-coordinate representation of color #CEBB81: hue angle of 45.19º 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 #CEBB81 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 129 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.19 |
| HSL | 45.19º | 0.44% | 0.66% | - |
| HSV(B) | 45.19º | 0.37% | 0.81% | - |
| XYZ | 47.19 | 50.25 | 27.98 | - |
| YUV | 186.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 129 | 0 | 0.09 | 0.37 | 0.19 | 45.19 | 0.44 | 0.66 |
| Hex | CE | BB | 81 | 0 | 9 | 25 | 13 | 2D | 2C | 42 |
| Octal | 316 | 273 | 201 | 0 | 11 | 45 | 23 | 55 | 54 | 102 |
| Binary | 11001110 | 10111011 | 10000001 | 0 | 1001 | 100101 | 10011 | 101101 | 101100 | 1000010 |
Color Harmonies of #CEBB81
Complementary color
Monochromatic Colors of #CEBB81
Black with #CEBB81
Text Example
Text Example
White with #CEBB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB81; }
p { color: rgb(206,187,129); }
H1.HeaderClassName
{
color: #CEBB81;
}
.AnyTagClassName
{
color: #CEBB81;
}
</style>
background-color css
<style>
a { background-color: #CEBB81; }
a { background-color: rgb(206,187,129); }
div.DivClassName
{
background-color: #CEBB81;
}
.BgClassName
{
background-color: #CEBB81;
}
</style>
border-color css
<style>
span { border-color: #CEBB81; }
span { border-color: rgb(206,187,129); }
td.TdClassName
{
border-color: #CEBB81;
}
.TagClassName
{
border-color: #CEBB81;
}
</style>