Shades of Yuma #C9B67D
Tints of Yuma #C9B67D
RGB
CMYK
RGB Variations
Color information
#C9B67D (or 0xC9B67D) is known color: Yuma. HEX triplet: C9, B6 and 7D. RGB value is (201,182,125). Sum of RGB (Red+Green+Blue) = 201+182+125=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B67D is #364982. Grayscale: #B5B5B5. Windows color (decimal): -3557763 or 8238793. OLE color: 8238793.
HSL color Cylindrical-coordinate representation of color #C9B67D: hue angle of 45º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C9B67D is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 182 | 125 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.21 |
| HSL | 45º | 0.41% | 0.64% | - |
| HSV(B) | 45º | 0.38% | 0.79% | - |
| XYZ | 44.52 | 47.35 | 26.2 | - |
| YUV | 181.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 182 | 125 | 0 | 0.09 | 0.38 | 0.21 | 45 | 0.41 | 0.64 |
| Hex | C9 | B6 | 7D | 0 | 9 | 26 | 15 | 2D | 29 | 40 |
| Octal | 311 | 266 | 175 | 0 | 11 | 46 | 25 | 55 | 51 | 100 |
| Binary | 11001001 | 10110110 | 1111101 | 0 | 1001 | 100110 | 10101 | 101101 | 101001 | 1000000 |
Color Harmonies of #C9B67D
Complementary color
Monochromatic Colors of #C9B67D
Black with #C9B67D
Text Example
Text Example
White with #C9B67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B67D; }
p { color: rgb(201,182,125); }
H1.HeaderClassName
{
color: #C9B67D;
}
.AnyTagClassName
{
color: #C9B67D;
}
</style>
background-color css
<style>
a { background-color: #C9B67D; }
a { background-color: rgb(201,182,125); }
div.DivClassName
{
background-color: #C9B67D;
}
.BgClassName
{
background-color: #C9B67D;
}
</style>
border-color css
<style>
span { border-color: #C9B67D; }
span { border-color: rgb(201,182,125); }
td.TdClassName
{
border-color: #C9B67D;
}
.TagClassName
{
border-color: #C9B67D;
}
</style>