Shades of Yuma #CEBA89
Tints of Yuma #CEBA89
RGB
CMYK
RGB Variations
Color information
#CEBA89 (or 0xCEBA89) is known color: Yuma. HEX triplet: CE, BA and 89. RGB value is (206,186,137). Sum of RGB (Red+Green+Blue) = 206+186+137=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBA89 is #314576. Grayscale: #BABABA. Windows color (decimal): -3229047 or 9026254. OLE color: 9026254.
HSL color Cylindrical-coordinate representation of color #CEBA89: hue angle of 42.61º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEBA89 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 137 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.19 |
| HSL | 42.61º | 0.41% | 0.67% | - |
| HSV(B) | 42.61º | 0.33% | 0.81% | - |
| XYZ | 47.53 | 50.05 | 30.82 | - |
| YUV | 186.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 137 | 0 | 0.10 | 0.33 | 0.19 | 42.61 | 0.41 | 0.67 |
| Hex | CE | BA | 89 | 0 | A | 21 | 13 | 2B | 29 | 43 |
| Octal | 316 | 272 | 211 | 0 | 12 | 41 | 23 | 53 | 51 | 103 |
| Binary | 11001110 | 10111010 | 10001001 | 0 | 1010 | 100001 | 10011 | 101011 | 101001 | 1000011 |
Color Harmonies of #CEBA89
Complementary color
Monochromatic Colors of #CEBA89
Black with #CEBA89
Text Example
Text Example
White with #CEBA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA89; }
p { color: rgb(206,186,137); }
H1.HeaderClassName
{
color: #CEBA89;
}
.AnyTagClassName
{
color: #CEBA89;
}
</style>
background-color css
<style>
a { background-color: #CEBA89; }
a { background-color: rgb(206,186,137); }
div.DivClassName
{
background-color: #CEBA89;
}
.BgClassName
{
background-color: #CEBA89;
}
</style>
border-color css
<style>
span { border-color: #CEBA89; }
span { border-color: rgb(206,186,137); }
td.TdClassName
{
border-color: #CEBA89;
}
.TagClassName
{
border-color: #CEBA89;
}
</style>