Shades of Yuma #CEBA77
Tints of Yuma #CEBA77
RGB
CMYK
RGB Variations
Color information
#CEBA77 (or 0xCEBA77) is known color: Yuma. HEX triplet: CE, BA and 77. RGB value is (206,186,119). Sum of RGB (Red+Green+Blue) = 206+186+119=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA77 is #314588. Grayscale: #B8B8B8. Windows color (decimal): -3229065 or 7846606. OLE color: 7846606.
HSL color Cylindrical-coordinate representation of color #CEBA77: hue angle of 46.21º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEBA77 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 119 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.19 |
| HSL | 46.21º | 0.47% | 0.64% | - |
| HSV(B) | 46.21º | 0.42% | 0.81% | - |
| XYZ | 46.34 | 49.57 | 24.58 | - |
| YUV | 184.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 119 | 0 | 0.10 | 0.42 | 0.19 | 46.21 | 0.47 | 0.64 |
| Hex | CE | BA | 77 | 0 | A | 2A | 13 | 2E | 2F | 40 |
| Octal | 316 | 272 | 167 | 0 | 12 | 52 | 23 | 56 | 57 | 100 |
| Binary | 11001110 | 10111010 | 1110111 | 0 | 1010 | 101010 | 10011 | 101110 | 101111 | 1000000 |
Color Harmonies of #CEBA77
Complementary color
Monochromatic Colors of #CEBA77
Black with #CEBA77
Text Example
Text Example
White with #CEBA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA77; }
p { color: rgb(206,186,119); }
H1.HeaderClassName
{
color: #CEBA77;
}
.AnyTagClassName
{
color: #CEBA77;
}
</style>
background-color css
<style>
a { background-color: #CEBA77; }
a { background-color: rgb(206,186,119); }
div.DivClassName
{
background-color: #CEBA77;
}
.BgClassName
{
background-color: #CEBA77;
}
</style>
border-color css
<style>
span { border-color: #CEBA77; }
span { border-color: rgb(206,186,119); }
td.TdClassName
{
border-color: #CEBA77;
}
.TagClassName
{
border-color: #CEBA77;
}
</style>