Shades of Yuma #C9BD87
Tints of Yuma #C9BD87
RGB
CMYK
RGB Variations
Color information
#C9BD87 (or 0xC9BD87) is known color: Yuma. HEX triplet: C9, BD and 87. RGB value is (201,189,135). Sum of RGB (Red+Green+Blue) = 201+189+135=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BD87 is #364278. Grayscale: #BABABA. Windows color (decimal): -3555961 or 8895945. OLE color: 8895945.
HSL color Cylindrical-coordinate representation of color #C9BD87: hue angle of 49.09º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9BD87 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 189 | 135 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.21 |
| HSL | 49.09º | 0.38% | 0.66% | - |
| HSV(B) | 49.09º | 0.33% | 0.79% | - |
| XYZ | 46.66 | 50.56 | 30.22 | - |
| YUV | 186.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 135 | 0 | 0.06 | 0.33 | 0.21 | 49.09 | 0.38 | 0.66 |
| Hex | C9 | BD | 87 | 0 | 6 | 21 | 15 | 31 | 26 | 42 |
| Octal | 311 | 275 | 207 | 0 | 6 | 41 | 25 | 61 | 46 | 102 |
| Binary | 11001001 | 10111101 | 10000111 | 0 | 110 | 100001 | 10101 | 110001 | 100110 | 1000010 |
Color Harmonies of #C9BD87
Complementary color
Monochromatic Colors of #C9BD87
Black with #C9BD87
Text Example
Text Example
White with #C9BD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BD87; }
p { color: rgb(201,189,135); }
H1.HeaderClassName
{
color: #C9BD87;
}
.AnyTagClassName
{
color: #C9BD87;
}
</style>
background-color css
<style>
a { background-color: #C9BD87; }
a { background-color: rgb(201,189,135); }
div.DivClassName
{
background-color: #C9BD87;
}
.BgClassName
{
background-color: #C9BD87;
}
</style>
border-color css
<style>
span { border-color: #C9BD87; }
span { border-color: rgb(201,189,135); }
td.TdClassName
{
border-color: #C9BD87;
}
.TagClassName
{
border-color: #C9BD87;
}
</style>