Shades of Yuma #C5BA76
Tints of Yuma #C5BA76
RGB
CMYK
RGB Variations
Color information
#C5BA76 (or 0xC5BA76) is known color: Yuma. HEX triplet: C5, BA and 76. RGB value is (197,186,118). Sum of RGB (Red+Green+Blue) = 197+186+118=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA76 is #3A4589. Grayscale: #B5B5B5. Windows color (decimal): -3818890 or 7781061. OLE color: 7781061.
HSL color Cylindrical-coordinate representation of color #C5BA76: hue angle of 51.65º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5BA76 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 118 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.23 |
| HSL | 51.65º | 0.41% | 0.62% | - |
| HSV(B) | 51.65º | 0.4% | 0.77% | - |
| XYZ | 43.85 | 48.3 | 24.15 | - |
| YUV | 181.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 118 | 0 | 0.06 | 0.40 | 0.23 | 51.65 | 0.41 | 0.62 |
| Hex | C5 | BA | 76 | 0 | 6 | 28 | 17 | 34 | 29 | 3E |
| Octal | 305 | 272 | 166 | 0 | 6 | 50 | 27 | 64 | 51 | 76 |
| Binary | 11000101 | 10111010 | 1110110 | 0 | 110 | 101000 | 10111 | 110100 | 101001 | 111110 |
Color Harmonies of #C5BA76
Complementary color
Monochromatic Colors of #C5BA76
Black with #C5BA76
Text Example
Text Example
White with #C5BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA76; }
p { color: rgb(197,186,118); }
H1.HeaderClassName
{
color: #C5BA76;
}
.AnyTagClassName
{
color: #C5BA76;
}
</style>
background-color css
<style>
a { background-color: #C5BA76; }
a { background-color: rgb(197,186,118); }
div.DivClassName
{
background-color: #C5BA76;
}
.BgClassName
{
background-color: #C5BA76;
}
</style>
border-color css
<style>
span { border-color: #C5BA76; }
span { border-color: rgb(197,186,118); }
td.TdClassName
{
border-color: #C5BA76;
}
.TagClassName
{
border-color: #C5BA76;
}
</style>