Shades of Yuma #C7BA74
Tints of Yuma #C7BA74
RGB
CMYK
RGB Variations
Color information
#C7BA74 (or 0xC7BA74) is known color: Yuma. HEX triplet: C7, BA and 74. RGB value is (199,186,116). Sum of RGB (Red+Green+Blue) = 199+186+116=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA74 is #38458B. Grayscale: #B6B6B6. Windows color (decimal): -3687820 or 7649991. OLE color: 7649991.
HSL color Cylindrical-coordinate representation of color #C7BA74: hue angle of 50.6º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7BA74 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 116 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.22 |
| HSL | 50.6º | 0.43% | 0.62% | - |
| HSV(B) | 50.6º | 0.42% | 0.78% | - |
| XYZ | 44.26 | 48.52 | 23.56 | - |
| YUV | 181.91 | 90.81 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 116 | 0 | 0.07 | 0.42 | 0.22 | 50.6 | 0.43 | 0.62 |
| Hex | C7 | BA | 74 | 0 | 7 | 2A | 16 | 33 | 2B | 3E |
| Octal | 307 | 272 | 164 | 0 | 7 | 52 | 26 | 63 | 53 | 76 |
| Binary | 11000111 | 10111010 | 1110100 | 0 | 111 | 101010 | 10110 | 110011 | 101011 | 111110 |
Color Harmonies of #C7BA74
Complementary color
Monochromatic Colors of #C7BA74
Black with #C7BA74
Text Example
Text Example
White with #C7BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA74; }
p { color: rgb(199,186,116); }
H1.HeaderClassName
{
color: #C7BA74;
}
.AnyTagClassName
{
color: #C7BA74;
}
</style>
background-color css
<style>
a { background-color: #C7BA74; }
a { background-color: rgb(199,186,116); }
div.DivClassName
{
background-color: #C7BA74;
}
.BgClassName
{
background-color: #C7BA74;
}
</style>
border-color css
<style>
span { border-color: #C7BA74; }
span { border-color: rgb(199,186,116); }
td.TdClassName
{
border-color: #C7BA74;
}
.TagClassName
{
border-color: #C7BA74;
}
</style>