Shades of Yuma #C0B980
Tints of Yuma #C0B980
RGB
CMYK
RGB Variations
Color information
#C0B980 (or 0xC0B980) is known color: Yuma. HEX triplet: C0, B9 and 80. RGB value is (192,185,128). Sum of RGB (Red+Green+Blue) = 192+185+128=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B980 is #3F467F. Grayscale: #B4B4B4. Windows color (decimal): -4146816 or 8436160. OLE color: 8436160.
HSL color Cylindrical-coordinate representation of color #C0B980: hue angle of 53.44º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0B980 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 128 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.25 |
| HSL | 53.44º | 0.34% | 0.63% | - |
| HSV(B) | 53.44º | 0.33% | 0.75% | - |
| XYZ | 42.98 | 47.46 | 27.32 | - |
| YUV | 180.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 128 | 0 | 0.04 | 0.33 | 0.25 | 53.44 | 0.34 | 0.63 |
| Hex | C0 | B9 | 80 | 0 | 4 | 21 | 19 | 35 | 22 | 3F |
| Octal | 300 | 271 | 200 | 0 | 4 | 41 | 31 | 65 | 42 | 77 |
| Binary | 11000000 | 10111001 | 10000000 | 0 | 100 | 100001 | 11001 | 110101 | 100010 | 111111 |
Color Harmonies of #C0B980
Complementary color
Monochromatic Colors of #C0B980
Black with #C0B980
Text Example
Text Example
White with #C0B980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B980; }
p { color: rgb(192,185,128); }
H1.HeaderClassName
{
color: #C0B980;
}
.AnyTagClassName
{
color: #C0B980;
}
</style>
background-color css
<style>
a { background-color: #C0B980; }
a { background-color: rgb(192,185,128); }
div.DivClassName
{
background-color: #C0B980;
}
.BgClassName
{
background-color: #C0B980;
}
</style>
border-color css
<style>
span { border-color: #C0B980; }
span { border-color: rgb(192,185,128); }
td.TdClassName
{
border-color: #C0B980;
}
.TagClassName
{
border-color: #C0B980;
}
</style>