Shades of Yuma #C7BA87
Tints of Yuma #C7BA87
RGB
CMYK
RGB Variations
Color information
#C7BA87 (or 0xC7BA87) is known color: Yuma. HEX triplet: C7, BA and 87. RGB value is (199,186,135). Sum of RGB (Red+Green+Blue) = 199+186+135=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BA87 is #384578. Grayscale: #B8B8B8. Windows color (decimal): -3687801 or 8895175. OLE color: 8895175.
HSL color Cylindrical-coordinate representation of color #C7BA87: hue angle of 47.81º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7BA87 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 135 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.22 |
| HSL | 47.81º | 0.36% | 0.65% | - |
| HSV(B) | 47.81º | 0.32% | 0.78% | - |
| XYZ | 45.49 | 49.01 | 29.98 | - |
| YUV | 184.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 135 | 0 | 0.07 | 0.32 | 0.22 | 47.81 | 0.36 | 0.65 |
| Hex | C7 | BA | 87 | 0 | 7 | 20 | 16 | 30 | 24 | 41 |
| Octal | 307 | 272 | 207 | 0 | 7 | 40 | 26 | 60 | 44 | 101 |
| Binary | 11000111 | 10111010 | 10000111 | 0 | 111 | 100000 | 10110 | 110000 | 100100 | 1000001 |
Color Harmonies of #C7BA87
Complementary color
Monochromatic Colors of #C7BA87
Black with #C7BA87
Text Example
Text Example
White with #C7BA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA87; }
p { color: rgb(199,186,135); }
H1.HeaderClassName
{
color: #C7BA87;
}
.AnyTagClassName
{
color: #C7BA87;
}
</style>
background-color css
<style>
a { background-color: #C7BA87; }
a { background-color: rgb(199,186,135); }
div.DivClassName
{
background-color: #C7BA87;
}
.BgClassName
{
background-color: #C7BA87;
}
</style>
border-color css
<style>
span { border-color: #C7BA87; }
span { border-color: rgb(199,186,135); }
td.TdClassName
{
border-color: #C7BA87;
}
.TagClassName
{
border-color: #C7BA87;
}
</style>