Shades of Yuma #CEBB80
Tints of Yuma #CEBB80
RGB
CMYK
RGB Variations
Color information
#CEBB80 (or 0xCEBB80) is known color: Yuma. HEX triplet: CE, BB and 80. RGB value is (206,187,128). Sum of RGB (Red+Green+Blue) = 206+187+128=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBB80 is #31447F. Grayscale: #BABABA. Windows color (decimal): -3228800 or 8436686. OLE color: 8436686.
HSL color Cylindrical-coordinate representation of color #CEBB80: hue angle of 45.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEBB80 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 128 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.19 |
| HSL | 45.38º | 0.44% | 0.65% | - |
| HSV(B) | 45.38º | 0.38% | 0.81% | - |
| XYZ | 47.12 | 50.22 | 27.63 | - |
| YUV | 185.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 128 | 0 | 0.09 | 0.38 | 0.19 | 45.38 | 0.44 | 0.65 |
| Hex | CE | BB | 80 | 0 | 9 | 26 | 13 | 2D | 2C | 41 |
| Octal | 316 | 273 | 200 | 0 | 11 | 46 | 23 | 55 | 54 | 101 |
| Binary | 11001110 | 10111011 | 10000000 | 0 | 1001 | 100110 | 10011 | 101101 | 101100 | 1000001 |
Color Harmonies of #CEBB80
Complementary color
Monochromatic Colors of #CEBB80
Black with #CEBB80
Text Example
Text Example
White with #CEBB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB80; }
p { color: rgb(206,187,128); }
H1.HeaderClassName
{
color: #CEBB80;
}
.AnyTagClassName
{
color: #CEBB80;
}
</style>
background-color css
<style>
a { background-color: #CEBB80; }
a { background-color: rgb(206,187,128); }
div.DivClassName
{
background-color: #CEBB80;
}
.BgClassName
{
background-color: #CEBB80;
}
</style>
border-color css
<style>
span { border-color: #CEBB80; }
span { border-color: rgb(206,187,128); }
td.TdClassName
{
border-color: #CEBB80;
}
.TagClassName
{
border-color: #CEBB80;
}
</style>