Shades of Yuma #C9B97E
Tints of Yuma #C9B97E
RGB
CMYK
RGB Variations
Color information
#C9B97E (or 0xC9B97E) is known color: Yuma. HEX triplet: C9, B9 and 7E. RGB value is (201,185,126). Sum of RGB (Red+Green+Blue) = 201+185+126=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B97E is #364681. Grayscale: #B7B7B7. Windows color (decimal): -3556994 or 8305097. OLE color: 8305097.
HSL color Cylindrical-coordinate representation of color #C9B97E: hue angle of 47.2º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9B97E is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 185 | 126 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.21 |
| HSL | 47.2º | 0.41% | 0.64% | - |
| HSV(B) | 47.2º | 0.37% | 0.79% | - |
| XYZ | 45.2 | 48.62 | 26.74 | - |
| YUV | 183.06 | 95.8 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 126 | 0 | 0.08 | 0.37 | 0.21 | 47.2 | 0.41 | 0.64 |
| Hex | C9 | B9 | 7E | 0 | 8 | 25 | 15 | 2F | 29 | 40 |
| Octal | 311 | 271 | 176 | 0 | 10 | 45 | 25 | 57 | 51 | 100 |
| Binary | 11001001 | 10111001 | 1111110 | 0 | 1000 | 100101 | 10101 | 101111 | 101001 | 1000000 |
Color Harmonies of #C9B97E
Complementary color
Monochromatic Colors of #C9B97E
Black with #C9B97E
Text Example
Text Example
White with #C9B97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B97E; }
p { color: rgb(201,185,126); }
H1.HeaderClassName
{
color: #C9B97E;
}
.AnyTagClassName
{
color: #C9B97E;
}
</style>
background-color css
<style>
a { background-color: #C9B97E; }
a { background-color: rgb(201,185,126); }
div.DivClassName
{
background-color: #C9B97E;
}
.BgClassName
{
background-color: #C9B97E;
}
</style>
border-color css
<style>
span { border-color: #C9B97E; }
span { border-color: rgb(201,185,126); }
td.TdClassName
{
border-color: #C9B97E;
}
.TagClassName
{
border-color: #C9B97E;
}
</style>