Shades of Yuma #C5BA8D
Tints of Yuma #C5BA8D
RGB
CMYK
RGB Variations
Color information
#C5BA8D (or 0xC5BA8D) is known color: Yuma. HEX triplet: C5, BA and 8D. RGB value is (197,186,141). Sum of RGB (Red+Green+Blue) = 197+186+141=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BA8D is #3A4572. Grayscale: #B8B8B8. Windows color (decimal): -3818867 or 9288389. OLE color: 9288389.
HSL color Cylindrical-coordinate representation of color #C5BA8D: hue angle of 48.21º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5BA8D is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 141 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.23 |
| HSL | 48.21º | 0.33% | 0.66% | - |
| HSV(B) | 48.21º | 0.28% | 0.77% | - |
| XYZ | 45.39 | 48.91 | 32.25 | - |
| YUV | 184.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 141 | 0 | 0.06 | 0.28 | 0.23 | 48.21 | 0.33 | 0.66 |
| Hex | C5 | BA | 8D | 0 | 6 | 1C | 17 | 30 | 21 | 42 |
| Octal | 305 | 272 | 215 | 0 | 6 | 34 | 27 | 60 | 41 | 102 |
| Binary | 11000101 | 10111010 | 10001101 | 0 | 110 | 11100 | 10111 | 110000 | 100001 | 1000010 |
Color Harmonies of #C5BA8D
Complementary color
Monochromatic Colors of #C5BA8D
Black with #C5BA8D
Text Example
Text Example
White with #C5BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA8D; }
p { color: rgb(197,186,141); }
H1.HeaderClassName
{
color: #C5BA8D;
}
.AnyTagClassName
{
color: #C5BA8D;
}
</style>
background-color css
<style>
a { background-color: #C5BA8D; }
a { background-color: rgb(197,186,141); }
div.DivClassName
{
background-color: #C5BA8D;
}
.BgClassName
{
background-color: #C5BA8D;
}
</style>
border-color css
<style>
span { border-color: #C5BA8D; }
span { border-color: rgb(197,186,141); }
td.TdClassName
{
border-color: #C5BA8D;
}
.TagClassName
{
border-color: #C5BA8D;
}
</style>