Shades of Yuma #CEBB86
Tints of Yuma #CEBB86
RGB
CMYK
RGB Variations
Color information
#CEBB86 (or 0xCEBB86) is known color: Yuma. HEX triplet: CE, BB and 86. RGB value is (206,187,134). Sum of RGB (Red+Green+Blue) = 206+187+134=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBB86 is #314479. Grayscale: #BABABA. Windows color (decimal): -3228794 or 8829902. OLE color: 8829902.
HSL color Cylindrical-coordinate representation of color #CEBB86: hue angle of 44.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEBB86 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 134 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.19 |
| HSL | 44.17º | 0.42% | 0.67% | - |
| HSV(B) | 44.17º | 0.35% | 0.81% | - |
| XYZ | 47.53 | 50.38 | 29.77 | - |
| YUV | 186.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 134 | 0 | 0.09 | 0.35 | 0.19 | 44.17 | 0.42 | 0.67 |
| Hex | CE | BB | 86 | 0 | 9 | 23 | 13 | 2C | 2A | 43 |
| Octal | 316 | 273 | 206 | 0 | 11 | 43 | 23 | 54 | 52 | 103 |
| Binary | 11001110 | 10111011 | 10000110 | 0 | 1001 | 100011 | 10011 | 101100 | 101010 | 1000011 |
Color Harmonies of #CEBB86
Complementary color
Monochromatic Colors of #CEBB86
Black with #CEBB86
Text Example
Text Example
White with #CEBB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB86; }
p { color: rgb(206,187,134); }
H1.HeaderClassName
{
color: #CEBB86;
}
.AnyTagClassName
{
color: #CEBB86;
}
</style>
background-color css
<style>
a { background-color: #CEBB86; }
a { background-color: rgb(206,187,134); }
div.DivClassName
{
background-color: #CEBB86;
}
.BgClassName
{
background-color: #CEBB86;
}
</style>
border-color css
<style>
span { border-color: #CEBB86; }
span { border-color: rgb(206,187,134); }
td.TdClassName
{
border-color: #CEBB86;
}
.TagClassName
{
border-color: #CEBB86;
}
</style>