Shades of Yuma #C7BA78
Tints of Yuma #C7BA78
RGB
CMYK
RGB Variations
Color information
#C7BA78 (or 0xC7BA78) is known color: Yuma. HEX triplet: C7, BA and 78. RGB value is (199,186,120). Sum of RGB (Red+Green+Blue) = 199+186+120=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA78 is #384587. Grayscale: #B6B6B6. Windows color (decimal): -3687816 or 7912135. OLE color: 7912135.
HSL color Cylindrical-coordinate representation of color #C7BA78: hue angle of 50.13º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7BA78 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 120 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.22 |
| HSL | 50.13º | 0.41% | 0.63% | - |
| HSV(B) | 50.13º | 0.4% | 0.78% | - |
| XYZ | 44.5 | 48.62 | 24.81 | - |
| YUV | 182.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 120 | 0 | 0.07 | 0.40 | 0.22 | 50.13 | 0.41 | 0.63 |
| Hex | C7 | BA | 78 | 0 | 7 | 28 | 16 | 32 | 29 | 3F |
| Octal | 307 | 272 | 170 | 0 | 7 | 50 | 26 | 62 | 51 | 77 |
| Binary | 11000111 | 10111010 | 1111000 | 0 | 111 | 101000 | 10110 | 110010 | 101001 | 111111 |
Color Harmonies of #C7BA78
Complementary color
Monochromatic Colors of #C7BA78
Black with #C7BA78
Text Example
Text Example
White with #C7BA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA78; }
p { color: rgb(199,186,120); }
H1.HeaderClassName
{
color: #C7BA78;
}
.AnyTagClassName
{
color: #C7BA78;
}
</style>
background-color css
<style>
a { background-color: #C7BA78; }
a { background-color: rgb(199,186,120); }
div.DivClassName
{
background-color: #C7BA78;
}
.BgClassName
{
background-color: #C7BA78;
}
</style>
border-color css
<style>
span { border-color: #C7BA78; }
span { border-color: rgb(199,186,120); }
td.TdClassName
{
border-color: #C7BA78;
}
.TagClassName
{
border-color: #C7BA78;
}
</style>