Shades of Yuma #C9B882
Tints of Yuma #C9B882
RGB
CMYK
RGB Variations
Color information
#C9B882 (or 0xC9B882) is known color: Yuma. HEX triplet: C9, B8 and 82. RGB value is (201,184,130). Sum of RGB (Red+Green+Blue) = 201+184+130=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B882 is #36477D. Grayscale: #B7B7B7. Windows color (decimal): -3557246 or 8566985. OLE color: 8566985.
HSL color Cylindrical-coordinate representation of color #C9B882: hue angle of 45.63º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9B882 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 184 | 130 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.21 |
| HSL | 45.63º | 0.4% | 0.65% | - |
| HSV(B) | 45.63º | 0.35% | 0.79% | - |
| XYZ | 45.26 | 48.31 | 28.06 | - |
| YUV | 182.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 184 | 130 | 0 | 0.08 | 0.35 | 0.21 | 45.63 | 0.4 | 0.65 |
| Hex | C9 | B8 | 82 | 0 | 8 | 23 | 15 | 2E | 28 | 41 |
| Octal | 311 | 270 | 202 | 0 | 10 | 43 | 25 | 56 | 50 | 101 |
| Binary | 11001001 | 10111000 | 10000010 | 0 | 1000 | 100011 | 10101 | 101110 | 101000 | 1000001 |
Color Harmonies of #C9B882
Complementary color
Monochromatic Colors of #C9B882
Black with #C9B882
Text Example
Text Example
White with #C9B882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B882; }
p { color: rgb(201,184,130); }
H1.HeaderClassName
{
color: #C9B882;
}
.AnyTagClassName
{
color: #C9B882;
}
</style>
background-color css
<style>
a { background-color: #C9B882; }
a { background-color: rgb(201,184,130); }
div.DivClassName
{
background-color: #C9B882;
}
.BgClassName
{
background-color: #C9B882;
}
</style>
border-color css
<style>
span { border-color: #C9B882; }
span { border-color: rgb(201,184,130); }
td.TdClassName
{
border-color: #C9B882;
}
.TagClassName
{
border-color: #C9B882;
}
</style>