Shades of Yuma #CEBA81
Tints of Yuma #CEBA81
RGB
CMYK
RGB Variations
Color information
#CEBA81 (or 0xCEBA81) is known color: Yuma. HEX triplet: CE, BA and 81. RGB value is (206,186,129). Sum of RGB (Red+Green+Blue) = 206+186+129=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBA81 is #31457E. Grayscale: #B9B9B9. Windows color (decimal): -3229055 or 8501966. OLE color: 8501966.
HSL color Cylindrical-coordinate representation of color #CEBA81: hue angle of 44.42º 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 #CEBA81 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 129 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.19 |
| HSL | 44.42º | 0.44% | 0.66% | - |
| HSV(B) | 44.42º | 0.37% | 0.81% | - |
| XYZ | 46.97 | 49.82 | 27.91 | - |
| YUV | 185.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 129 | 0 | 0.10 | 0.37 | 0.19 | 44.42 | 0.44 | 0.66 |
| Hex | CE | BA | 81 | 0 | A | 25 | 13 | 2C | 2C | 42 |
| Octal | 316 | 272 | 201 | 0 | 12 | 45 | 23 | 54 | 54 | 102 |
| Binary | 11001110 | 10111010 | 10000001 | 0 | 1010 | 100101 | 10011 | 101100 | 101100 | 1000010 |
Color Harmonies of #CEBA81
Complementary color
Monochromatic Colors of #CEBA81
Black with #CEBA81
Text Example
Text Example
White with #CEBA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA81; }
p { color: rgb(206,186,129); }
H1.HeaderClassName
{
color: #CEBA81;
}
.AnyTagClassName
{
color: #CEBA81;
}
</style>
background-color css
<style>
a { background-color: #CEBA81; }
a { background-color: rgb(206,186,129); }
div.DivClassName
{
background-color: #CEBA81;
}
.BgClassName
{
background-color: #CEBA81;
}
</style>
border-color css
<style>
span { border-color: #CEBA81; }
span { border-color: rgb(206,186,129); }
td.TdClassName
{
border-color: #CEBA81;
}
.TagClassName
{
border-color: #CEBA81;
}
</style>