Shades of Yuma #C9BB89
Tints of Yuma #C9BB89
RGB
CMYK
RGB Variations
Color information
#C9BB89 (or 0xC9BB89) is known color: Yuma. HEX triplet: C9, BB and 89. RGB value is (201,187,137). Sum of RGB (Red+Green+Blue) = 201+187+137=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BB89 is #364476. Grayscale: #B9B9B9. Windows color (decimal): -3556471 or 9026505. OLE color: 9026505.
HSL color Cylindrical-coordinate representation of color #C9BB89: hue angle of 46.88º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9BB89 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 137 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.21 |
| HSL | 46.88º | 0.37% | 0.66% | - |
| HSV(B) | 46.88º | 0.32% | 0.79% | - |
| XYZ | 46.37 | 49.76 | 30.83 | - |
| YUV | 185.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 137 | 0 | 0.07 | 0.32 | 0.21 | 46.88 | 0.37 | 0.66 |
| Hex | C9 | BB | 89 | 0 | 7 | 20 | 15 | 2F | 25 | 42 |
| Octal | 311 | 273 | 211 | 0 | 7 | 40 | 25 | 57 | 45 | 102 |
| Binary | 11001001 | 10111011 | 10001001 | 0 | 111 | 100000 | 10101 | 101111 | 100101 | 1000010 |
Color Harmonies of #C9BB89
Complementary color
Monochromatic Colors of #C9BB89
Black with #C9BB89
Text Example
Text Example
White with #C9BB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB89; }
p { color: rgb(201,187,137); }
H1.HeaderClassName
{
color: #C9BB89;
}
.AnyTagClassName
{
color: #C9BB89;
}
</style>
background-color css
<style>
a { background-color: #C9BB89; }
a { background-color: rgb(201,187,137); }
div.DivClassName
{
background-color: #C9BB89;
}
.BgClassName
{
background-color: #C9BB89;
}
</style>
border-color css
<style>
span { border-color: #C9BB89; }
span { border-color: rgb(201,187,137); }
td.TdClassName
{
border-color: #C9BB89;
}
.TagClassName
{
border-color: #C9BB89;
}
</style>