Shades of Yuma #C9BA73
Tints of Yuma #C9BA73
RGB
CMYK
RGB Variations
Color information
#C9BA73 (or 0xC9BA73) is known color: Yuma. HEX triplet: C9, BA and 73. RGB value is (201,186,115). Sum of RGB (Red+Green+Blue) = 201+186+115=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BA73 is #36458C. Grayscale: #B6B6B6. Windows color (decimal): -3556749 or 7584457. OLE color: 7584457.
HSL color Cylindrical-coordinate representation of color #C9BA73: hue angle of 49.53º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C9BA73 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 115 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.21 |
| HSL | 49.53º | 0.44% | 0.62% | - |
| HSV(B) | 49.53º | 0.43% | 0.79% | - |
| XYZ | 44.74 | 48.77 | 23.28 | - |
| YUV | 182.39 | 89.97 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 115 | 0 | 0.07 | 0.43 | 0.21 | 49.53 | 0.44 | 0.62 |
| Hex | C9 | BA | 73 | 0 | 7 | 2B | 15 | 32 | 2C | 3E |
| Octal | 311 | 272 | 163 | 0 | 7 | 53 | 25 | 62 | 54 | 76 |
| Binary | 11001001 | 10111010 | 1110011 | 0 | 111 | 101011 | 10101 | 110010 | 101100 | 111110 |
Color Harmonies of #C9BA73
Complementary color
Monochromatic Colors of #C9BA73
Black with #C9BA73
Text Example
Text Example
White with #C9BA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BA73; }
p { color: rgb(201,186,115); }
H1.HeaderClassName
{
color: #C9BA73;
}
.AnyTagClassName
{
color: #C9BA73;
}
</style>
background-color css
<style>
a { background-color: #C9BA73; }
a { background-color: rgb(201,186,115); }
div.DivClassName
{
background-color: #C9BA73;
}
.BgClassName
{
background-color: #C9BA73;
}
</style>
border-color css
<style>
span { border-color: #C9BA73; }
span { border-color: rgb(201,186,115); }
td.TdClassName
{
border-color: #C9BA73;
}
.TagClassName
{
border-color: #C9BA73;
}
</style>