Shades of Yuma #C7BA90
Tints of Yuma #C7BA90
RGB
CMYK
RGB Variations
Color information
#C7BA90 (or 0xC7BA90) is known color: Yuma. HEX triplet: C7, BA and 90. RGB value is (199,186,144). Sum of RGB (Red+Green+Blue) = 199+186+144=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BA90 is #38456F. Grayscale: #B9B9B9. Windows color (decimal): -3687792 or 9484999. OLE color: 9484999.
HSL color Cylindrical-coordinate representation of color #C7BA90: hue angle of 45.82º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7BA90 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 144 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.22 |
| HSL | 45.82º | 0.33% | 0.67% | - |
| HSV(B) | 45.82º | 0.28% | 0.78% | - |
| XYZ | 46.15 | 49.27 | 33.46 | - |
| YUV | 185.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 144 | 0 | 0.07 | 0.28 | 0.22 | 45.82 | 0.33 | 0.67 |
| Hex | C7 | BA | 90 | 0 | 7 | 1C | 16 | 2E | 21 | 43 |
| Octal | 307 | 272 | 220 | 0 | 7 | 34 | 26 | 56 | 41 | 103 |
| Binary | 11000111 | 10111010 | 10010000 | 0 | 111 | 11100 | 10110 | 101110 | 100001 | 1000011 |
Color Harmonies of #C7BA90
Complementary color
Monochromatic Colors of #C7BA90
Black with #C7BA90
Text Example
Text Example
White with #C7BA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA90; }
p { color: rgb(199,186,144); }
H1.HeaderClassName
{
color: #C7BA90;
}
.AnyTagClassName
{
color: #C7BA90;
}
</style>
background-color css
<style>
a { background-color: #C7BA90; }
a { background-color: rgb(199,186,144); }
div.DivClassName
{
background-color: #C7BA90;
}
.BgClassName
{
background-color: #C7BA90;
}
</style>
border-color css
<style>
span { border-color: #C7BA90; }
span { border-color: rgb(199,186,144); }
td.TdClassName
{
border-color: #C7BA90;
}
.TagClassName
{
border-color: #C7BA90;
}
</style>