Shades of Yuma #C7BA7E
Tints of Yuma #C7BA7E
RGB
CMYK
RGB Variations
Color information
#C7BA7E (or 0xC7BA7E) is known color: Yuma. HEX triplet: C7, BA and 7E. RGB value is (199,186,126). Sum of RGB (Red+Green+Blue) = 199+186+126=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA7E is #384581. Grayscale: #B7B7B7. Windows color (decimal): -3687810 or 8305351. OLE color: 8305351.
HSL color Cylindrical-coordinate representation of color #C7BA7E: hue angle of 49.32º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7BA7E is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 126 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.22 |
| HSL | 49.32º | 0.39% | 0.64% | - |
| HSV(B) | 49.32º | 0.37% | 0.78% | - |
| XYZ | 44.88 | 48.77 | 26.79 | - |
| YUV | 183.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 126 | 0 | 0.07 | 0.37 | 0.22 | 49.32 | 0.39 | 0.64 |
| Hex | C7 | BA | 7E | 0 | 7 | 25 | 16 | 31 | 27 | 40 |
| Octal | 307 | 272 | 176 | 0 | 7 | 45 | 26 | 61 | 47 | 100 |
| Binary | 11000111 | 10111010 | 1111110 | 0 | 111 | 100101 | 10110 | 110001 | 100111 | 1000000 |
Color Harmonies of #C7BA7E
Complementary color
Monochromatic Colors of #C7BA7E
Black with #C7BA7E
Text Example
Text Example
White with #C7BA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA7E; }
p { color: rgb(199,186,126); }
H1.HeaderClassName
{
color: #C7BA7E;
}
.AnyTagClassName
{
color: #C7BA7E;
}
</style>
background-color css
<style>
a { background-color: #C7BA7E; }
a { background-color: rgb(199,186,126); }
div.DivClassName
{
background-color: #C7BA7E;
}
.BgClassName
{
background-color: #C7BA7E;
}
</style>
border-color css
<style>
span { border-color: #C7BA7E; }
span { border-color: rgb(199,186,126); }
td.TdClassName
{
border-color: #C7BA7E;
}
.TagClassName
{
border-color: #C7BA7E;
}
</style>