Shades of Yuma #C7BA7F
Tints of Yuma #C7BA7F
RGB
CMYK
RGB Variations
Color information
#C7BA7F (or 0xC7BA7F) is known color: Yuma. HEX triplet: C7, BA and 7F. RGB value is (199,186,127). Sum of RGB (Red+Green+Blue) = 199+186+127=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA7F is #384580. Grayscale: #B7B7B7. Windows color (decimal): -3687809 or 8370887. OLE color: 8370887.
HSL color Cylindrical-coordinate representation of color #C7BA7F: hue angle of 49.17º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7BA7F is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 127 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.22 |
| HSL | 49.17º | 0.39% | 0.64% | - |
| HSV(B) | 49.17º | 0.36% | 0.78% | - |
| XYZ | 44.94 | 48.79 | 27.13 | - |
| YUV | 183.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 127 | 0 | 0.07 | 0.36 | 0.22 | 49.17 | 0.39 | 0.64 |
| Hex | C7 | BA | 7F | 0 | 7 | 24 | 16 | 31 | 27 | 40 |
| Octal | 307 | 272 | 177 | 0 | 7 | 44 | 26 | 61 | 47 | 100 |
| Binary | 11000111 | 10111010 | 1111111 | 0 | 111 | 100100 | 10110 | 110001 | 100111 | 1000000 |
Color Harmonies of #C7BA7F
Complementary color
Monochromatic Colors of #C7BA7F
Black with #C7BA7F
Text Example
Text Example
White with #C7BA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA7F; }
p { color: rgb(199,186,127); }
H1.HeaderClassName
{
color: #C7BA7F;
}
.AnyTagClassName
{
color: #C7BA7F;
}
</style>
background-color css
<style>
a { background-color: #C7BA7F; }
a { background-color: rgb(199,186,127); }
div.DivClassName
{
background-color: #C7BA7F;
}
.BgClassName
{
background-color: #C7BA7F;
}
</style>
border-color css
<style>
span { border-color: #C7BA7F; }
span { border-color: rgb(199,186,127); }
td.TdClassName
{
border-color: #C7BA7F;
}
.TagClassName
{
border-color: #C7BA7F;
}
</style>