Shades of Yuma #CEBA85
Tints of Yuma #CEBA85
RGB
CMYK
RGB Variations
Color information
#CEBA85 (or 0xCEBA85) is known color: Yuma. HEX triplet: CE, BA and 85. RGB value is (206,186,133). Sum of RGB (Red+Green+Blue) = 206+186+133=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBA85 is #31457A. Grayscale: #BABABA. Windows color (decimal): -3229051 or 8764110. OLE color: 8764110.
HSL color Cylindrical-coordinate representation of color #CEBA85: hue angle of 43.56º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEBA85 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 133 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.19 |
| HSL | 43.56º | 0.43% | 0.66% | - |
| HSV(B) | 43.56º | 0.35% | 0.81% | - |
| XYZ | 47.25 | 49.93 | 29.34 | - |
| YUV | 185.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 133 | 0 | 0.10 | 0.35 | 0.19 | 43.56 | 0.43 | 0.66 |
| Hex | CE | BA | 85 | 0 | A | 23 | 13 | 2C | 2B | 42 |
| Octal | 316 | 272 | 205 | 0 | 12 | 43 | 23 | 54 | 53 | 102 |
| Binary | 11001110 | 10111010 | 10000101 | 0 | 1010 | 100011 | 10011 | 101100 | 101011 | 1000010 |
Color Harmonies of #CEBA85
Complementary color
Monochromatic Colors of #CEBA85
Black with #CEBA85
Text Example
Text Example
White with #CEBA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA85; }
p { color: rgb(206,186,133); }
H1.HeaderClassName
{
color: #CEBA85;
}
.AnyTagClassName
{
color: #CEBA85;
}
</style>
background-color css
<style>
a { background-color: #CEBA85; }
a { background-color: rgb(206,186,133); }
div.DivClassName
{
background-color: #CEBA85;
}
.BgClassName
{
background-color: #CEBA85;
}
</style>
border-color css
<style>
span { border-color: #CEBA85; }
span { border-color: rgb(206,186,133); }
td.TdClassName
{
border-color: #CEBA85;
}
.TagClassName
{
border-color: #CEBA85;
}
</style>