Shades of Yuma #CEBB76
Tints of Yuma #CEBB76
RGB
CMYK
RGB Variations
Color information
#CEBB76 (or 0xCEBB76) is known color: Yuma. HEX triplet: CE, BB and 76. RGB value is (206,187,118). Sum of RGB (Red+Green+Blue) = 206+187+118=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBB76 is #314489. Grayscale: #B9B9B9. Windows color (decimal): -3228810 or 7781326. OLE color: 7781326.
HSL color Cylindrical-coordinate representation of color #CEBB76: hue angle of 47.05º 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 #CEBB76 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 118 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.19 |
| HSL | 47.05º | 0.47% | 0.64% | - |
| HSV(B) | 47.05º | 0.43% | 0.81% | - |
| XYZ | 46.49 | 49.97 | 24.33 | - |
| YUV | 184.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 118 | 0 | 0.09 | 0.43 | 0.19 | 47.05 | 0.47 | 0.64 |
| Hex | CE | BB | 76 | 0 | 9 | 2B | 13 | 2F | 2F | 40 |
| Octal | 316 | 273 | 166 | 0 | 11 | 53 | 23 | 57 | 57 | 100 |
| Binary | 11001110 | 10111011 | 1110110 | 0 | 1001 | 101011 | 10011 | 101111 | 101111 | 1000000 |
Color Harmonies of #CEBB76
Complementary color
Monochromatic Colors of #CEBB76
Black with #CEBB76
Text Example
Text Example
White with #CEBB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB76; }
p { color: rgb(206,187,118); }
H1.HeaderClassName
{
color: #CEBB76;
}
.AnyTagClassName
{
color: #CEBB76;
}
</style>
background-color css
<style>
a { background-color: #CEBB76; }
a { background-color: rgb(206,187,118); }
div.DivClassName
{
background-color: #CEBB76;
}
.BgClassName
{
background-color: #CEBB76;
}
</style>
border-color css
<style>
span { border-color: #CEBB76; }
span { border-color: rgb(206,187,118); }
td.TdClassName
{
border-color: #CEBB76;
}
.TagClassName
{
border-color: #CEBB76;
}
</style>