Shades of Yuma #C5BA7B
Tints of Yuma #C5BA7B
RGB
CMYK
RGB Variations
Color information
#C5BA7B (or 0xC5BA7B) is known color: Yuma. HEX triplet: C5, BA and 7B. RGB value is (197,186,123). Sum of RGB (Red+Green+Blue) = 197+186+123=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA7B is #3A4584. Grayscale: #B6B6B6. Windows color (decimal): -3818885 or 8108741. OLE color: 8108741.
HSL color Cylindrical-coordinate representation of color #C5BA7B: hue angle of 51.08º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5BA7B is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 123 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.23 |
| HSL | 51.08º | 0.39% | 0.63% | - |
| HSV(B) | 51.08º | 0.38% | 0.77% | - |
| XYZ | 44.16 | 48.42 | 25.76 | - |
| YUV | 182.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 123 | 0 | 0.06 | 0.38 | 0.23 | 51.08 | 0.39 | 0.63 |
| Hex | C5 | BA | 7B | 0 | 6 | 26 | 17 | 33 | 27 | 3F |
| Octal | 305 | 272 | 173 | 0 | 6 | 46 | 27 | 63 | 47 | 77 |
| Binary | 11000101 | 10111010 | 1111011 | 0 | 110 | 100110 | 10111 | 110011 | 100111 | 111111 |
Color Harmonies of #C5BA7B
Complementary color
Monochromatic Colors of #C5BA7B
Black with #C5BA7B
Text Example
Text Example
White with #C5BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA7B; }
p { color: rgb(197,186,123); }
H1.HeaderClassName
{
color: #C5BA7B;
}
.AnyTagClassName
{
color: #C5BA7B;
}
</style>
background-color css
<style>
a { background-color: #C5BA7B; }
a { background-color: rgb(197,186,123); }
div.DivClassName
{
background-color: #C5BA7B;
}
.BgClassName
{
background-color: #C5BA7B;
}
</style>
border-color css
<style>
span { border-color: #C5BA7B; }
span { border-color: rgb(197,186,123); }
td.TdClassName
{
border-color: #C5BA7B;
}
.TagClassName
{
border-color: #C5BA7B;
}
</style>