Shades of Yuma #C5BA7F
Tints of Yuma #C5BA7F
RGB
CMYK
RGB Variations
Color information
#C5BA7F (or 0xC5BA7F) is known color: Yuma. HEX triplet: C5, BA and 7F. RGB value is (197,186,127). Sum of RGB (Red+Green+Blue) = 197+186+127=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA7F is #3A4580. Grayscale: #B6B6B6. Windows color (decimal): -3818881 or 8370885. OLE color: 8370885.
HSL color Cylindrical-coordinate representation of color #C5BA7F: hue angle of 50.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5BA7F is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 127 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.23 |
| HSL | 50.57º | 0.38% | 0.64% | - |
| HSV(B) | 50.57º | 0.36% | 0.77% | - |
| XYZ | 44.42 | 48.52 | 27.1 | - |
| YUV | 182.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 127 | 0 | 0.06 | 0.36 | 0.23 | 50.57 | 0.38 | 0.64 |
| Hex | C5 | BA | 7F | 0 | 6 | 24 | 17 | 33 | 26 | 40 |
| Octal | 305 | 272 | 177 | 0 | 6 | 44 | 27 | 63 | 46 | 100 |
| Binary | 11000101 | 10111010 | 1111111 | 0 | 110 | 100100 | 10111 | 110011 | 100110 | 1000000 |
Color Harmonies of #C5BA7F
Complementary color
Monochromatic Colors of #C5BA7F
Black with #C5BA7F
Text Example
Text Example
White with #C5BA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA7F; }
p { color: rgb(197,186,127); }
H1.HeaderClassName
{
color: #C5BA7F;
}
.AnyTagClassName
{
color: #C5BA7F;
}
</style>
background-color css
<style>
a { background-color: #C5BA7F; }
a { background-color: rgb(197,186,127); }
div.DivClassName
{
background-color: #C5BA7F;
}
.BgClassName
{
background-color: #C5BA7F;
}
</style>
border-color css
<style>
span { border-color: #C5BA7F; }
span { border-color: rgb(197,186,127); }
td.TdClassName
{
border-color: #C5BA7F;
}
.TagClassName
{
border-color: #C5BA7F;
}
</style>