Shades of Yuma #C0B97E
Tints of Yuma #C0B97E
RGB
CMYK
RGB Variations
Color information
#C0B97E (or 0xC0B97E) is known color: Yuma. HEX triplet: C0, B9 and 7E. RGB value is (192,185,126). Sum of RGB (Red+Green+Blue) = 192+185+126=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B97E is #3F4681. Grayscale: #B4B4B4. Windows color (decimal): -4146818 or 8305088. OLE color: 8305088.
HSL color Cylindrical-coordinate representation of color #C0B97E: hue angle of 53.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0B97E is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 126 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.25 |
| HSL | 53.64º | 0.34% | 0.62% | - |
| HSV(B) | 53.64º | 0.34% | 0.75% | - |
| XYZ | 42.85 | 47.41 | 26.63 | - |
| YUV | 180.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 126 | 0 | 0.04 | 0.34 | 0.25 | 53.64 | 0.34 | 0.62 |
| Hex | C0 | B9 | 7E | 0 | 4 | 22 | 19 | 36 | 22 | 3E |
| Octal | 300 | 271 | 176 | 0 | 4 | 42 | 31 | 66 | 42 | 76 |
| Binary | 11000000 | 10111001 | 1111110 | 0 | 100 | 100010 | 11001 | 110110 | 100010 | 111110 |
Color Harmonies of #C0B97E
Complementary color
Monochromatic Colors of #C0B97E
Black with #C0B97E
Text Example
Text Example
White with #C0B97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B97E; }
p { color: rgb(192,185,126); }
H1.HeaderClassName
{
color: #C0B97E;
}
.AnyTagClassName
{
color: #C0B97E;
}
</style>
background-color css
<style>
a { background-color: #C0B97E; }
a { background-color: rgb(192,185,126); }
div.DivClassName
{
background-color: #C0B97E;
}
.BgClassName
{
background-color: #C0B97E;
}
</style>
border-color css
<style>
span { border-color: #C0B97E; }
span { border-color: rgb(192,185,126); }
td.TdClassName
{
border-color: #C0B97E;
}
.TagClassName
{
border-color: #C0B97E;
}
</style>