Shades of Yuma #C9BA75
Tints of Yuma #C9BA75
RGB
CMYK
RGB Variations
Color information
#C9BA75 (or 0xC9BA75) is known color: Yuma. HEX triplet: C9, BA and 75. RGB value is (201,186,117). Sum of RGB (Red+Green+Blue) = 201+186+117=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BA75 is #36458A. Grayscale: #B6B6B6. Windows color (decimal): -3556747 or 7715529. OLE color: 7715529.
HSL color Cylindrical-coordinate representation of color #C9BA75: hue angle of 49.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9BA75 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 117 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.21 |
| HSL | 49.29º | 0.44% | 0.62% | - |
| HSV(B) | 49.29º | 0.42% | 0.79% | - |
| XYZ | 44.86 | 48.82 | 23.89 | - |
| YUV | 182.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 117 | 0 | 0.07 | 0.42 | 0.21 | 49.29 | 0.44 | 0.62 |
| Hex | C9 | BA | 75 | 0 | 7 | 2A | 15 | 31 | 2C | 3E |
| Octal | 311 | 272 | 165 | 0 | 7 | 52 | 25 | 61 | 54 | 76 |
| Binary | 11001001 | 10111010 | 1110101 | 0 | 111 | 101010 | 10101 | 110001 | 101100 | 111110 |
Color Harmonies of #C9BA75
Complementary color
Monochromatic Colors of #C9BA75
Black with #C9BA75
Text Example
Text Example
White with #C9BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BA75; }
p { color: rgb(201,186,117); }
H1.HeaderClassName
{
color: #C9BA75;
}
.AnyTagClassName
{
color: #C9BA75;
}
</style>
background-color css
<style>
a { background-color: #C9BA75; }
a { background-color: rgb(201,186,117); }
div.DivClassName
{
background-color: #C9BA75;
}
.BgClassName
{
background-color: #C9BA75;
}
</style>
border-color css
<style>
span { border-color: #C9BA75; }
span { border-color: rgb(201,186,117); }
td.TdClassName
{
border-color: #C9BA75;
}
.TagClassName
{
border-color: #C9BA75;
}
</style>