Shades of Yuma #CEBB82
Tints of Yuma #CEBB82
RGB
CMYK
RGB Variations
Color information
#CEBB82 (or 0xCEBB82) is known color: Yuma. HEX triplet: CE, BB and 82. RGB value is (206,187,130). Sum of RGB (Red+Green+Blue) = 206+187+130=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBB82 is #31447D. Grayscale: #BABABA. Windows color (decimal): -3228798 or 8567758. OLE color: 8567758.
HSL color Cylindrical-coordinate representation of color #CEBB82: hue angle of 45º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEBB82 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 130 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.19 |
| HSL | 45º | 0.44% | 0.66% | - |
| HSV(B) | 45º | 0.37% | 0.81% | - |
| XYZ | 47.25 | 50.27 | 28.33 | - |
| YUV | 186.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 130 | 0 | 0.09 | 0.37 | 0.19 | 45 | 0.44 | 0.66 |
| Hex | CE | BB | 82 | 0 | 9 | 25 | 13 | 2D | 2C | 42 |
| Octal | 316 | 273 | 202 | 0 | 11 | 45 | 23 | 55 | 54 | 102 |
| Binary | 11001110 | 10111011 | 10000010 | 0 | 1001 | 100101 | 10011 | 101101 | 101100 | 1000010 |
Color Harmonies of #CEBB82
Complementary color
Monochromatic Colors of #CEBB82
Black with #CEBB82
Text Example
Text Example
White with #CEBB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB82; }
p { color: rgb(206,187,130); }
H1.HeaderClassName
{
color: #CEBB82;
}
.AnyTagClassName
{
color: #CEBB82;
}
</style>
background-color css
<style>
a { background-color: #CEBB82; }
a { background-color: rgb(206,187,130); }
div.DivClassName
{
background-color: #CEBB82;
}
.BgClassName
{
background-color: #CEBB82;
}
</style>
border-color css
<style>
span { border-color: #CEBB82; }
span { border-color: rgb(206,187,130); }
td.TdClassName
{
border-color: #CEBB82;
}
.TagClassName
{
border-color: #CEBB82;
}
</style>