Shades of Yuma #C9BA80
Tints of Yuma #C9BA80
RGB
CMYK
RGB Variations
Color information
#C9BA80 (or 0xC9BA80) is known color: Yuma. HEX triplet: C9, BA and 80. RGB value is (201,186,128). Sum of RGB (Red+Green+Blue) = 201+186+128=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BA80 is #36457F. Grayscale: #B8B8B8. Windows color (decimal): -3556736 or 8436425. OLE color: 8436425.
HSL color Cylindrical-coordinate representation of color #C9BA80: hue angle of 47.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C9BA80 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 128 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.21 |
| HSL | 47.67º | 0.4% | 0.65% | - |
| HSV(B) | 47.67º | 0.36% | 0.79% | - |
| XYZ | 45.54 | 49.09 | 27.5 | - |
| YUV | 183.87 | 96.47 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 128 | 0 | 0.07 | 0.36 | 0.21 | 47.67 | 0.4 | 0.65 |
| Hex | C9 | BA | 80 | 0 | 7 | 24 | 15 | 30 | 28 | 41 |
| Octal | 311 | 272 | 200 | 0 | 7 | 44 | 25 | 60 | 50 | 101 |
| Binary | 11001001 | 10111010 | 10000000 | 0 | 111 | 100100 | 10101 | 110000 | 101000 | 1000001 |
Color Harmonies of #C9BA80
Complementary color
Monochromatic Colors of #C9BA80
Black with #C9BA80
Text Example
Text Example
White with #C9BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BA80; }
p { color: rgb(201,186,128); }
H1.HeaderClassName
{
color: #C9BA80;
}
.AnyTagClassName
{
color: #C9BA80;
}
</style>
background-color css
<style>
a { background-color: #C9BA80; }
a { background-color: rgb(201,186,128); }
div.DivClassName
{
background-color: #C9BA80;
}
.BgClassName
{
background-color: #C9BA80;
}
</style>
border-color css
<style>
span { border-color: #C9BA80; }
span { border-color: rgb(201,186,128); }
td.TdClassName
{
border-color: #C9BA80;
}
.TagClassName
{
border-color: #C9BA80;
}
</style>