Shades of Yuma #CEBA7B
Tints of Yuma #CEBA7B
RGB
CMYK
RGB Variations
Color information
#CEBA7B (or 0xCEBA7B) is known color: Yuma. HEX triplet: CE, BA and 7B. RGB value is (206,186,123). Sum of RGB (Red+Green+Blue) = 206+186+123=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA7B is #314584. Grayscale: #B9B9B9. Windows color (decimal): -3229061 or 8108750. OLE color: 8108750.
HSL color Cylindrical-coordinate representation of color #CEBA7B: hue angle of 45.54º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEBA7B is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 123 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.19 |
| HSL | 45.54º | 0.46% | 0.65% | - |
| HSV(B) | 45.54º | 0.4% | 0.81% | - |
| XYZ | 46.59 | 49.67 | 25.87 | - |
| YUV | 184.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 123 | 0 | 0.10 | 0.40 | 0.19 | 45.54 | 0.46 | 0.65 |
| Hex | CE | BA | 7B | 0 | A | 28 | 13 | 2E | 2E | 41 |
| Octal | 316 | 272 | 173 | 0 | 12 | 50 | 23 | 56 | 56 | 101 |
| Binary | 11001110 | 10111010 | 1111011 | 0 | 1010 | 101000 | 10011 | 101110 | 101110 | 1000001 |
Color Harmonies of #CEBA7B
Complementary color
Monochromatic Colors of #CEBA7B
Black with #CEBA7B
Text Example
Text Example
White with #CEBA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA7B; }
p { color: rgb(206,186,123); }
H1.HeaderClassName
{
color: #CEBA7B;
}
.AnyTagClassName
{
color: #CEBA7B;
}
</style>
background-color css
<style>
a { background-color: #CEBA7B; }
a { background-color: rgb(206,186,123); }
div.DivClassName
{
background-color: #CEBA7B;
}
.BgClassName
{
background-color: #CEBA7B;
}
</style>
border-color css
<style>
span { border-color: #CEBA7B; }
span { border-color: rgb(206,186,123); }
td.TdClassName
{
border-color: #CEBA7B;
}
.TagClassName
{
border-color: #CEBA7B;
}
</style>