Shades of Yuma #C9BA78
Tints of Yuma #C9BA78
RGB
CMYK
RGB Variations
Color information
#C9BA78 (or 0xC9BA78) is known color: Yuma. HEX triplet: C9, BA and 78. RGB value is (201,186,120). Sum of RGB (Red+Green+Blue) = 201+186+120=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BA78 is #364587. Grayscale: #B7B7B7. Windows color (decimal): -3556744 or 7912137. OLE color: 7912137.
HSL color Cylindrical-coordinate representation of color #C9BA78: hue angle of 48.89º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9BA78 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 120 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.21 |
| HSL | 48.89º | 0.43% | 0.63% | - |
| HSV(B) | 48.89º | 0.4% | 0.79% | - |
| XYZ | 45.04 | 48.89 | 24.83 | - |
| YUV | 182.96 | 92.47 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 120 | 0 | 0.07 | 0.40 | 0.21 | 48.89 | 0.43 | 0.63 |
| Hex | C9 | BA | 78 | 0 | 7 | 28 | 15 | 31 | 2B | 3F |
| Octal | 311 | 272 | 170 | 0 | 7 | 50 | 25 | 61 | 53 | 77 |
| Binary | 11001001 | 10111010 | 1111000 | 0 | 111 | 101000 | 10101 | 110001 | 101011 | 111111 |
Color Harmonies of #C9BA78
Complementary color
Monochromatic Colors of #C9BA78
Black with #C9BA78
Text Example
Text Example
White with #C9BA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BA78; }
p { color: rgb(201,186,120); }
H1.HeaderClassName
{
color: #C9BA78;
}
.AnyTagClassName
{
color: #C9BA78;
}
</style>
background-color css
<style>
a { background-color: #C9BA78; }
a { background-color: rgb(201,186,120); }
div.DivClassName
{
background-color: #C9BA78;
}
.BgClassName
{
background-color: #C9BA78;
}
</style>
border-color css
<style>
span { border-color: #C9BA78; }
span { border-color: rgb(201,186,120); }
td.TdClassName
{
border-color: #C9BA78;
}
.TagClassName
{
border-color: #C9BA78;
}
</style>