Shades of Yuma #C9BA74
Tints of Yuma #C9BA74
RGB
CMYK
RGB Variations
Color information
#C9BA74 (or 0xC9BA74) is known color: Yuma. HEX triplet: C9, BA and 74. RGB value is (201,186,116). Sum of RGB (Red+Green+Blue) = 201+186+116=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BA74 is #36458B. Grayscale: #B6B6B6. Windows color (decimal): -3556748 or 7649993. OLE color: 7649993.
HSL color Cylindrical-coordinate representation of color #C9BA74: hue angle of 49.41º 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 #C9BA74 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 116 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.21 |
| HSL | 49.41º | 0.44% | 0.62% | - |
| HSV(B) | 49.41º | 0.42% | 0.79% | - |
| XYZ | 44.8 | 48.8 | 23.58 | - |
| YUV | 182.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 116 | 0 | 0.07 | 0.42 | 0.21 | 49.41 | 0.44 | 0.62 |
| Hex | C9 | BA | 74 | 0 | 7 | 2A | 15 | 31 | 2C | 3E |
| Octal | 311 | 272 | 164 | 0 | 7 | 52 | 25 | 61 | 54 | 76 |
| Binary | 11001001 | 10111010 | 1110100 | 0 | 111 | 101010 | 10101 | 110001 | 101100 | 111110 |
Color Harmonies of #C9BA74
Complementary color
Monochromatic Colors of #C9BA74
Black with #C9BA74
Text Example
Text Example
White with #C9BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BA74; }
p { color: rgb(201,186,116); }
H1.HeaderClassName
{
color: #C9BA74;
}
.AnyTagClassName
{
color: #C9BA74;
}
</style>
background-color css
<style>
a { background-color: #C9BA74; }
a { background-color: rgb(201,186,116); }
div.DivClassName
{
background-color: #C9BA74;
}
.BgClassName
{
background-color: #C9BA74;
}
</style>
border-color css
<style>
span { border-color: #C9BA74; }
span { border-color: rgb(201,186,116); }
td.TdClassName
{
border-color: #C9BA74;
}
.TagClassName
{
border-color: #C9BA74;
}
</style>