Shades of Yuma #CEBA76
Tints of Yuma #CEBA76
RGB
CMYK
RGB Variations
Color information
#CEBA76 (or 0xCEBA76) is known color: Yuma. HEX triplet: CE, BA and 76. RGB value is (206,186,118). Sum of RGB (Red+Green+Blue) = 206+186+118=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA76 is #314589. Grayscale: #B8B8B8. Windows color (decimal): -3229066 or 7781070. OLE color: 7781070.
HSL color Cylindrical-coordinate representation of color #CEBA76: hue angle of 46.36º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEBA76 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 118 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.19 |
| HSL | 46.36º | 0.47% | 0.64% | - |
| HSV(B) | 46.36º | 0.43% | 0.81% | - |
| XYZ | 46.28 | 49.55 | 24.26 | - |
| YUV | 184.23 | 90.63 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 118 | 0 | 0.10 | 0.43 | 0.19 | 46.36 | 0.47 | 0.64 |
| Hex | CE | BA | 76 | 0 | A | 2B | 13 | 2E | 2F | 40 |
| Octal | 316 | 272 | 166 | 0 | 12 | 53 | 23 | 56 | 57 | 100 |
| Binary | 11001110 | 10111010 | 1110110 | 0 | 1010 | 101011 | 10011 | 101110 | 101111 | 1000000 |
Color Harmonies of #CEBA76
Complementary color
Monochromatic Colors of #CEBA76
Black with #CEBA76
Text Example
Text Example
White with #CEBA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA76; }
p { color: rgb(206,186,118); }
H1.HeaderClassName
{
color: #CEBA76;
}
.AnyTagClassName
{
color: #CEBA76;
}
</style>
background-color css
<style>
a { background-color: #CEBA76; }
a { background-color: rgb(206,186,118); }
div.DivClassName
{
background-color: #CEBA76;
}
.BgClassName
{
background-color: #CEBA76;
}
</style>
border-color css
<style>
span { border-color: #CEBA76; }
span { border-color: rgb(206,186,118); }
td.TdClassName
{
border-color: #CEBA76;
}
.TagClassName
{
border-color: #CEBA76;
}
</style>