Shades of Yuma #C5B882
Tints of Yuma #C5B882
RGB
CMYK
RGB Variations
Color information
#C5B882 (or 0xC5B882) is known color: Yuma. HEX triplet: C5, B8 and 82. RGB value is (197,184,130). Sum of RGB (Red+Green+Blue) = 197+184+130=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B882 is #3A477D. Grayscale: #B5B5B5. Windows color (decimal): -3819390 or 8566981. OLE color: 8566981.
HSL color Cylindrical-coordinate representation of color #C5B882: hue angle of 48.36º 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 #C5B882 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 130 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.23 |
| HSL | 48.36º | 0.37% | 0.64% | - |
| HSV(B) | 48.36º | 0.34% | 0.77% | - |
| XYZ | 44.2 | 47.76 | 28.01 | - |
| YUV | 181.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 130 | 0 | 0.07 | 0.34 | 0.23 | 48.36 | 0.37 | 0.64 |
| Hex | C5 | B8 | 82 | 0 | 7 | 22 | 17 | 30 | 25 | 40 |
| Octal | 305 | 270 | 202 | 0 | 7 | 42 | 27 | 60 | 45 | 100 |
| Binary | 11000101 | 10111000 | 10000010 | 0 | 111 | 100010 | 10111 | 110000 | 100101 | 1000000 |
Color Harmonies of #C5B882
Complementary color
Monochromatic Colors of #C5B882
Black with #C5B882
Text Example
Text Example
White with #C5B882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B882; }
p { color: rgb(197,184,130); }
H1.HeaderClassName
{
color: #C5B882;
}
.AnyTagClassName
{
color: #C5B882;
}
</style>
background-color css
<style>
a { background-color: #C5B882; }
a { background-color: rgb(197,184,130); }
div.DivClassName
{
background-color: #C5B882;
}
.BgClassName
{
background-color: #C5B882;
}
</style>
border-color css
<style>
span { border-color: #C5B882; }
span { border-color: rgb(197,184,130); }
td.TdClassName
{
border-color: #C5B882;
}
.TagClassName
{
border-color: #C5B882;
}
</style>