Shades of Yuma #CEBB7B
Tints of Yuma #CEBB7B
RGB
CMYK
RGB Variations
Color information
#CEBB7B (or 0xCEBB7B) is known color: Yuma. HEX triplet: CE, BB and 7B. RGB value is (206,187,123). Sum of RGB (Red+Green+Blue) = 206+187+123=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBB7B is #314484. Grayscale: #B9B9B9. Windows color (decimal): -3228805 or 8109006. OLE color: 8109006.
HSL color Cylindrical-coordinate representation of color #CEBB7B: hue angle of 46.27º 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 #CEBB7B is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 123 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.19 |
| HSL | 46.27º | 0.46% | 0.65% | - |
| HSV(B) | 46.27º | 0.4% | 0.81% | - |
| XYZ | 46.8 | 50.09 | 25.94 | - |
| YUV | 185.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 123 | 0 | 0.09 | 0.40 | 0.19 | 46.27 | 0.46 | 0.65 |
| Hex | CE | BB | 7B | 0 | 9 | 28 | 13 | 2E | 2E | 41 |
| Octal | 316 | 273 | 173 | 0 | 11 | 50 | 23 | 56 | 56 | 101 |
| Binary | 11001110 | 10111011 | 1111011 | 0 | 1001 | 101000 | 10011 | 101110 | 101110 | 1000001 |
Color Harmonies of #CEBB7B
Complementary color
Monochromatic Colors of #CEBB7B
Black with #CEBB7B
Text Example
Text Example
White with #CEBB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB7B; }
p { color: rgb(206,187,123); }
H1.HeaderClassName
{
color: #CEBB7B;
}
.AnyTagClassName
{
color: #CEBB7B;
}
</style>
background-color css
<style>
a { background-color: #CEBB7B; }
a { background-color: rgb(206,187,123); }
div.DivClassName
{
background-color: #CEBB7B;
}
.BgClassName
{
background-color: #CEBB7B;
}
</style>
border-color css
<style>
span { border-color: #CEBB7B; }
span { border-color: rgb(206,187,123); }
td.TdClassName
{
border-color: #CEBB7B;
}
.TagClassName
{
border-color: #CEBB7B;
}
</style>