Shades of Yuma #C9BB8D
Tints of Yuma #C9BB8D
RGB
CMYK
RGB Variations
Color information
#C9BB8D (or 0xC9BB8D) is known color: Yuma. HEX triplet: C9, BB and 8D. RGB value is (201,187,141). Sum of RGB (Red+Green+Blue) = 201+187+141=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BB8D is #364472. Grayscale: #BABABA. Windows color (decimal): -3556467 or 9288649. OLE color: 9288649.
HSL color Cylindrical-coordinate representation of color #C9BB8D: hue angle of 46º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9BB8D is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 141 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.21 |
| HSL | 46º | 0.36% | 0.67% | - |
| HSV(B) | 46º | 0.3% | 0.79% | - |
| XYZ | 46.67 | 49.88 | 32.37 | - |
| YUV | 185.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 141 | 0 | 0.07 | 0.30 | 0.21 | 46 | 0.36 | 0.67 |
| Hex | C9 | BB | 8D | 0 | 7 | 1E | 15 | 2E | 24 | 43 |
| Octal | 311 | 273 | 215 | 0 | 7 | 36 | 25 | 56 | 44 | 103 |
| Binary | 11001001 | 10111011 | 10001101 | 0 | 111 | 11110 | 10101 | 101110 | 100100 | 1000011 |
Color Harmonies of #C9BB8D
Complementary color
Monochromatic Colors of #C9BB8D
Black with #C9BB8D
Text Example
Text Example
White with #C9BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB8D; }
p { color: rgb(201,187,141); }
H1.HeaderClassName
{
color: #C9BB8D;
}
.AnyTagClassName
{
color: #C9BB8D;
}
</style>
background-color css
<style>
a { background-color: #C9BB8D; }
a { background-color: rgb(201,187,141); }
div.DivClassName
{
background-color: #C9BB8D;
}
.BgClassName
{
background-color: #C9BB8D;
}
</style>
border-color css
<style>
span { border-color: #C9BB8D; }
span { border-color: rgb(201,187,141); }
td.TdClassName
{
border-color: #C9BB8D;
}
.TagClassName
{
border-color: #C9BB8D;
}
</style>