Shades of Yuma #C5BA8A
Tints of Yuma #C5BA8A
RGB
CMYK
RGB Variations
Color information
#C5BA8A (or 0xC5BA8A) is known color: Yuma. HEX triplet: C5, BA and 8A. RGB value is (197,186,138). Sum of RGB (Red+Green+Blue) = 197+186+138=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BA8A is #3A4575. Grayscale: #B8B8B8. Windows color (decimal): -3818870 or 9091781. OLE color: 9091781.
HSL color Cylindrical-coordinate representation of color #C5BA8A: hue angle of 48.81º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5BA8A is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 138 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.23 |
| HSL | 48.81º | 0.34% | 0.66% | - |
| HSV(B) | 48.81º | 0.3% | 0.77% | - |
| XYZ | 45.17 | 48.82 | 31.09 | - |
| YUV | 183.82 | 102.14 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 138 | 0 | 0.06 | 0.30 | 0.23 | 48.81 | 0.34 | 0.66 |
| Hex | C5 | BA | 8A | 0 | 6 | 1E | 17 | 31 | 22 | 42 |
| Octal | 305 | 272 | 212 | 0 | 6 | 36 | 27 | 61 | 42 | 102 |
| Binary | 11000101 | 10111010 | 10001010 | 0 | 110 | 11110 | 10111 | 110001 | 100010 | 1000010 |
Color Harmonies of #C5BA8A
Complementary color
Monochromatic Colors of #C5BA8A
Black with #C5BA8A
Text Example
Text Example
White with #C5BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA8A; }
p { color: rgb(197,186,138); }
H1.HeaderClassName
{
color: #C5BA8A;
}
.AnyTagClassName
{
color: #C5BA8A;
}
</style>
background-color css
<style>
a { background-color: #C5BA8A; }
a { background-color: rgb(197,186,138); }
div.DivClassName
{
background-color: #C5BA8A;
}
.BgClassName
{
background-color: #C5BA8A;
}
</style>
border-color css
<style>
span { border-color: #C5BA8A; }
span { border-color: rgb(197,186,138); }
td.TdClassName
{
border-color: #C5BA8A;
}
.TagClassName
{
border-color: #C5BA8A;
}
</style>