Shades of Yuma #CEBB84
Tints of Yuma #CEBB84
RGB
CMYK
RGB Variations
Color information
#CEBB84 (or 0xCEBB84) is known color: Yuma. HEX triplet: CE, BB and 84. RGB value is (206,187,132). Sum of RGB (Red+Green+Blue) = 206+187+132=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 132 (51.95% from 255 or 25.14% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBB84 is #31447B. Grayscale: #BABABA. Windows color (decimal): -3228796 or 8698830. OLE color: 8698830.
HSL color Cylindrical-coordinate representation of color #CEBB84: hue angle of 44.59º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEBB84 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 132 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.19 |
| HSL | 44.59º | 0.43% | 0.66% | - |
| HSV(B) | 44.59º | 0.36% | 0.81% | - |
| XYZ | 47.39 | 50.33 | 29.05 | - |
| YUV | 186.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 132 | 0 | 0.09 | 0.36 | 0.19 | 44.59 | 0.43 | 0.66 |
| Hex | CE | BB | 84 | 0 | 9 | 24 | 13 | 2D | 2B | 42 |
| Octal | 316 | 273 | 204 | 0 | 11 | 44 | 23 | 55 | 53 | 102 |
| Binary | 11001110 | 10111011 | 10000100 | 0 | 1001 | 100100 | 10011 | 101101 | 101011 | 1000010 |
Color Harmonies of #CEBB84
Complementary color
Monochromatic Colors of #CEBB84
Black with #CEBB84
Text Example
Text Example
White with #CEBB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB84; }
p { color: rgb(206,187,132); }
H1.HeaderClassName
{
color: #CEBB84;
}
.AnyTagClassName
{
color: #CEBB84;
}
</style>
background-color css
<style>
a { background-color: #CEBB84; }
a { background-color: rgb(206,187,132); }
div.DivClassName
{
background-color: #CEBB84;
}
.BgClassName
{
background-color: #CEBB84;
}
</style>
border-color css
<style>
span { border-color: #CEBB84; }
span { border-color: rgb(206,187,132); }
td.TdClassName
{
border-color: #CEBB84;
}
.TagClassName
{
border-color: #CEBB84;
}
</style>