Shades of Yuma #C9B98E
Tints of Yuma #C9B98E
RGB
CMYK
RGB Variations
Color information
#C9B98E (or 0xC9B98E) is known color: Yuma. HEX triplet: C9, B9 and 8E. RGB value is (201,185,142). Sum of RGB (Red+Green+Blue) = 201+185+142=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B98E is #364671. Grayscale: #B9B9B9. Windows color (decimal): -3556978 or 9353673. OLE color: 9353673.
HSL color Cylindrical-coordinate representation of color #C9B98E: hue angle of 43.73º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9B98E is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 185 | 142 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.21 |
| HSL | 43.73º | 0.35% | 0.67% | - |
| HSV(B) | 43.73º | 0.29% | 0.79% | - |
| XYZ | 46.32 | 49.07 | 32.62 | - |
| YUV | 184.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 142 | 0 | 0.08 | 0.29 | 0.21 | 43.73 | 0.35 | 0.67 |
| Hex | C9 | B9 | 8E | 0 | 8 | 1D | 15 | 2C | 23 | 43 |
| Octal | 311 | 271 | 216 | 0 | 10 | 35 | 25 | 54 | 43 | 103 |
| Binary | 11001001 | 10111001 | 10001110 | 0 | 1000 | 11101 | 10101 | 101100 | 100011 | 1000011 |
Color Harmonies of #C9B98E
Complementary color
Monochromatic Colors of #C9B98E
Black with #C9B98E
Text Example
Text Example
White with #C9B98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B98E; }
p { color: rgb(201,185,142); }
H1.HeaderClassName
{
color: #C9B98E;
}
.AnyTagClassName
{
color: #C9B98E;
}
</style>
background-color css
<style>
a { background-color: #C9B98E; }
a { background-color: rgb(201,185,142); }
div.DivClassName
{
background-color: #C9B98E;
}
.BgClassName
{
background-color: #C9B98E;
}
</style>
border-color css
<style>
span { border-color: #C9B98E; }
span { border-color: rgb(201,185,142); }
td.TdClassName
{
border-color: #C9B98E;
}
.TagClassName
{
border-color: #C9B98E;
}
</style>