Shades of Yuma #C5B582
Tints of Yuma #C5B582
RGB
CMYK
RGB Variations
Color information
#C5B582 (or 0xC5B582) is known color: Yuma. HEX triplet: C5, B5 and 82. RGB value is (197,181,130). Sum of RGB (Red+Green+Blue) = 197+181+130=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B582 is #3A4A7D. Grayscale: #B4B4B4. Windows color (decimal): -3820158 or 8566213. OLE color: 8566213.
HSL color Cylindrical-coordinate representation of color #C5B582: hue angle of 45.67º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5B582 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 181 | 130 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.23 |
| HSL | 45.67º | 0.37% | 0.64% | - |
| HSV(B) | 45.67º | 0.34% | 0.77% | - |
| XYZ | 43.58 | 46.53 | 27.8 | - |
| YUV | 179.97 | 99.8 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 130 | 0 | 0.08 | 0.34 | 0.23 | 45.67 | 0.37 | 0.64 |
| Hex | C5 | B5 | 82 | 0 | 8 | 22 | 17 | 2E | 25 | 40 |
| Octal | 305 | 265 | 202 | 0 | 10 | 42 | 27 | 56 | 45 | 100 |
| Binary | 11000101 | 10110101 | 10000010 | 0 | 1000 | 100010 | 10111 | 101110 | 100101 | 1000000 |
Color Harmonies of #C5B582
Complementary color
Monochromatic Colors of #C5B582
Black with #C5B582
Text Example
Text Example
White with #C5B582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B582; }
p { color: rgb(197,181,130); }
H1.HeaderClassName
{
color: #C5B582;
}
.AnyTagClassName
{
color: #C5B582;
}
</style>
background-color css
<style>
a { background-color: #C5B582; }
a { background-color: rgb(197,181,130); }
div.DivClassName
{
background-color: #C5B582;
}
.BgClassName
{
background-color: #C5B582;
}
</style>
border-color css
<style>
span { border-color: #C5B582; }
span { border-color: rgb(197,181,130); }
td.TdClassName
{
border-color: #C5B582;
}
.TagClassName
{
border-color: #C5B582;
}
</style>