Shades of Yuma #C9B785
Tints of Yuma #C9B785
RGB
CMYK
RGB Variations
Color information
#C9B785 (or 0xC9B785) is known color: Yuma. HEX triplet: C9, B7 and 85. RGB value is (201,183,133). Sum of RGB (Red+Green+Blue) = 201+183+133=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B785 is #36487A. Grayscale: #B6B6B6. Windows color (decimal): -3557499 or 8763337. OLE color: 8763337.
HSL color Cylindrical-coordinate representation of color #C9B785: hue angle of 44.12º 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 #C9B785 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 183 | 133 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.21 |
| HSL | 44.12º | 0.39% | 0.65% | - |
| HSV(B) | 44.12º | 0.34% | 0.79% | - |
| XYZ | 45.25 | 47.98 | 29.07 | - |
| YUV | 182.68 | 99.96 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 183 | 133 | 0 | 0.09 | 0.34 | 0.21 | 44.12 | 0.39 | 0.65 |
| Hex | C9 | B7 | 85 | 0 | 9 | 22 | 15 | 2C | 27 | 41 |
| Octal | 311 | 267 | 205 | 0 | 11 | 42 | 25 | 54 | 47 | 101 |
| Binary | 11001001 | 10110111 | 10000101 | 0 | 1001 | 100010 | 10101 | 101100 | 100111 | 1000001 |
Color Harmonies of #C9B785
Complementary color
Monochromatic Colors of #C9B785
Black with #C9B785
Text Example
Text Example
White with #C9B785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B785; }
p { color: rgb(201,183,133); }
H1.HeaderClassName
{
color: #C9B785;
}
.AnyTagClassName
{
color: #C9B785;
}
</style>
background-color css
<style>
a { background-color: #C9B785; }
a { background-color: rgb(201,183,133); }
div.DivClassName
{
background-color: #C9B785;
}
.BgClassName
{
background-color: #C9B785;
}
</style>
border-color css
<style>
span { border-color: #C9B785; }
span { border-color: rgb(201,183,133); }
td.TdClassName
{
border-color: #C9B785;
}
.TagClassName
{
border-color: #C9B785;
}
</style>