Shades of Yuma #C7BA8B
Tints of Yuma #C7BA8B
RGB
CMYK
RGB Variations
Color information
#C7BA8B (or 0xC7BA8B) is known color: Yuma. HEX triplet: C7, BA and 8B. RGB value is (199,186,139). Sum of RGB (Red+Green+Blue) = 199+186+139=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BA8B is #384574. Grayscale: #B8B8B8. Windows color (decimal): -3687797 or 9157319. OLE color: 9157319.
HSL color Cylindrical-coordinate representation of color #C7BA8B: hue angle of 47º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7BA8B is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 139 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.22 |
| HSL | 47º | 0.35% | 0.66% | - |
| HSV(B) | 47º | 0.3% | 0.78% | - |
| XYZ | 45.77 | 49.12 | 31.5 | - |
| YUV | 184.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 139 | 0 | 0.07 | 0.30 | 0.22 | 47 | 0.35 | 0.66 |
| Hex | C7 | BA | 8B | 0 | 7 | 1E | 16 | 2F | 23 | 42 |
| Octal | 307 | 272 | 213 | 0 | 7 | 36 | 26 | 57 | 43 | 102 |
| Binary | 11000111 | 10111010 | 10001011 | 0 | 111 | 11110 | 10110 | 101111 | 100011 | 1000010 |
Color Harmonies of #C7BA8B
Complementary color
Monochromatic Colors of #C7BA8B
Black with #C7BA8B
Text Example
Text Example
White with #C7BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA8B; }
p { color: rgb(199,186,139); }
H1.HeaderClassName
{
color: #C7BA8B;
}
.AnyTagClassName
{
color: #C7BA8B;
}
</style>
background-color css
<style>
a { background-color: #C7BA8B; }
a { background-color: rgb(199,186,139); }
div.DivClassName
{
background-color: #C7BA8B;
}
.BgClassName
{
background-color: #C7BA8B;
}
</style>
border-color css
<style>
span { border-color: #C7BA8B; }
span { border-color: rgb(199,186,139); }
td.TdClassName
{
border-color: #C7BA8B;
}
.TagClassName
{
border-color: #C7BA8B;
}
</style>