Shades of Yuma #CEBB73
Tints of Yuma #CEBB73
RGB
CMYK
RGB Variations
Color information
#CEBB73 (or 0xCEBB73) is known color: Yuma. HEX triplet: CE, BB and 73. RGB value is (206,187,115). Sum of RGB (Red+Green+Blue) = 206+187+115=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBB73 is #31448C. Grayscale: #B8B8B8. Windows color (decimal): -3228813 or 7584718. OLE color: 7584718.
HSL color Cylindrical-coordinate representation of color #CEBB73: hue angle of 47.47º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEBB73 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 115 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.19 |
| HSL | 47.47º | 0.48% | 0.63% | - |
| HSV(B) | 47.47º | 0.44% | 0.81% | - |
| XYZ | 46.32 | 49.9 | 23.41 | - |
| YUV | 184.47 | 88.79 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 115 | 0 | 0.09 | 0.44 | 0.19 | 47.47 | 0.48 | 0.63 |
| Hex | CE | BB | 73 | 0 | 9 | 2C | 13 | 2F | 30 | 3F |
| Octal | 316 | 273 | 163 | 0 | 11 | 54 | 23 | 57 | 60 | 77 |
| Binary | 11001110 | 10111011 | 1110011 | 0 | 1001 | 101100 | 10011 | 101111 | 110000 | 111111 |
Color Harmonies of #CEBB73
Complementary color
Monochromatic Colors of #CEBB73
Black with #CEBB73
Text Example
Text Example
White with #CEBB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB73; }
p { color: rgb(206,187,115); }
H1.HeaderClassName
{
color: #CEBB73;
}
.AnyTagClassName
{
color: #CEBB73;
}
</style>
background-color css
<style>
a { background-color: #CEBB73; }
a { background-color: rgb(206,187,115); }
div.DivClassName
{
background-color: #CEBB73;
}
.BgClassName
{
background-color: #CEBB73;
}
</style>
border-color css
<style>
span { border-color: #CEBB73; }
span { border-color: rgb(206,187,115); }
td.TdClassName
{
border-color: #CEBB73;
}
.TagClassName
{
border-color: #CEBB73;
}
</style>