Shades of Yuma #C5BA7C
Tints of Yuma #C5BA7C
RGB
CMYK
RGB Variations
Color information
#C5BA7C (or 0xC5BA7C) is known color: Yuma. HEX triplet: C5, BA and 7C. RGB value is (197,186,124). Sum of RGB (Red+Green+Blue) = 197+186+124=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA7C is #3A4583. Grayscale: #B6B6B6. Windows color (decimal): -3818884 or 8174277. OLE color: 8174277.
HSL color Cylindrical-coordinate representation of color #C5BA7C: hue angle of 50.96º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5BA7C is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 124 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.23 |
| HSL | 50.96º | 0.39% | 0.63% | - |
| HSV(B) | 50.96º | 0.37% | 0.77% | - |
| XYZ | 44.22 | 48.44 | 26.09 | - |
| YUV | 182.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 124 | 0 | 0.06 | 0.37 | 0.23 | 50.96 | 0.39 | 0.63 |
| Hex | C5 | BA | 7C | 0 | 6 | 25 | 17 | 33 | 27 | 3F |
| Octal | 305 | 272 | 174 | 0 | 6 | 45 | 27 | 63 | 47 | 77 |
| Binary | 11000101 | 10111010 | 1111100 | 0 | 110 | 100101 | 10111 | 110011 | 100111 | 111111 |
Color Harmonies of #C5BA7C
Complementary color
Monochromatic Colors of #C5BA7C
Black with #C5BA7C
Text Example
Text Example
White with #C5BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA7C; }
p { color: rgb(197,186,124); }
H1.HeaderClassName
{
color: #C5BA7C;
}
.AnyTagClassName
{
color: #C5BA7C;
}
</style>
background-color css
<style>
a { background-color: #C5BA7C; }
a { background-color: rgb(197,186,124); }
div.DivClassName
{
background-color: #C5BA7C;
}
.BgClassName
{
background-color: #C5BA7C;
}
</style>
border-color css
<style>
span { border-color: #C5BA7C; }
span { border-color: rgb(197,186,124); }
td.TdClassName
{
border-color: #C5BA7C;
}
.TagClassName
{
border-color: #C5BA7C;
}
</style>