Shades of Yuma #C7BA7B
Tints of Yuma #C7BA7B
RGB
CMYK
RGB Variations
Color information
#C7BA7B (or 0xC7BA7B) is known color: Yuma. HEX triplet: C7, BA and 7B. RGB value is (199,186,123). Sum of RGB (Red+Green+Blue) = 199+186+123=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA7B is #384584. Grayscale: #B6B6B6. Windows color (decimal): -3687813 or 8108743. OLE color: 8108743.
HSL color Cylindrical-coordinate representation of color #C7BA7B: hue angle of 49.74º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7BA7B is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 123 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.22 |
| HSL | 49.74º | 0.4% | 0.63% | - |
| HSV(B) | 49.74º | 0.38% | 0.78% | - |
| XYZ | 44.69 | 48.69 | 25.78 | - |
| YUV | 182.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 123 | 0 | 0.07 | 0.38 | 0.22 | 49.74 | 0.4 | 0.63 |
| Hex | C7 | BA | 7B | 0 | 7 | 26 | 16 | 32 | 28 | 3F |
| Octal | 307 | 272 | 173 | 0 | 7 | 46 | 26 | 62 | 50 | 77 |
| Binary | 11000111 | 10111010 | 1111011 | 0 | 111 | 100110 | 10110 | 110010 | 101000 | 111111 |
Color Harmonies of #C7BA7B
Complementary color
Monochromatic Colors of #C7BA7B
Black with #C7BA7B
Text Example
Text Example
White with #C7BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA7B; }
p { color: rgb(199,186,123); }
H1.HeaderClassName
{
color: #C7BA7B;
}
.AnyTagClassName
{
color: #C7BA7B;
}
</style>
background-color css
<style>
a { background-color: #C7BA7B; }
a { background-color: rgb(199,186,123); }
div.DivClassName
{
background-color: #C7BA7B;
}
.BgClassName
{
background-color: #C7BA7B;
}
</style>
border-color css
<style>
span { border-color: #C7BA7B; }
span { border-color: rgb(199,186,123); }
td.TdClassName
{
border-color: #C7BA7B;
}
.TagClassName
{
border-color: #C7BA7B;
}
</style>