Shades of Yuma #C9BA84
Tints of Yuma #C9BA84
RGB
CMYK
RGB Variations
Color information
#C9BA84 (or 0xC9BA84) is known color: Yuma. HEX triplet: C9, BA and 84. RGB value is (201,186,132). Sum of RGB (Red+Green+Blue) = 201+186+132=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BA84 is #36457B. Grayscale: #B8B8B8. Windows color (decimal): -3556732 or 8698569. OLE color: 8698569.
HSL color Cylindrical-coordinate representation of color #C9BA84: hue angle of 46.96º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9BA84 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 132 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.21 |
| HSL | 46.96º | 0.39% | 0.65% | - |
| HSV(B) | 46.96º | 0.34% | 0.79% | - |
| XYZ | 45.81 | 49.2 | 28.91 | - |
| YUV | 184.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 132 | 0 | 0.07 | 0.34 | 0.21 | 46.96 | 0.39 | 0.65 |
| Hex | C9 | BA | 84 | 0 | 7 | 22 | 15 | 2F | 27 | 41 |
| Octal | 311 | 272 | 204 | 0 | 7 | 42 | 25 | 57 | 47 | 101 |
| Binary | 11001001 | 10111010 | 10000100 | 0 | 111 | 100010 | 10101 | 101111 | 100111 | 1000001 |
Color Harmonies of #C9BA84
Complementary color
Monochromatic Colors of #C9BA84
Black with #C9BA84
Text Example
Text Example
White with #C9BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BA84; }
p { color: rgb(201,186,132); }
H1.HeaderClassName
{
color: #C9BA84;
}
.AnyTagClassName
{
color: #C9BA84;
}
</style>
background-color css
<style>
a { background-color: #C9BA84; }
a { background-color: rgb(201,186,132); }
div.DivClassName
{
background-color: #C9BA84;
}
.BgClassName
{
background-color: #C9BA84;
}
</style>
border-color css
<style>
span { border-color: #C9BA84; }
span { border-color: rgb(201,186,132); }
td.TdClassName
{
border-color: #C9BA84;
}
.TagClassName
{
border-color: #C9BA84;
}
</style>