Shades of Yuma #C5B881
Tints of Yuma #C5B881
RGB
CMYK
RGB Variations
Color information
#C5B881 (or 0xC5B881) is known color: Yuma. HEX triplet: C5, B8 and 81. RGB value is (197,184,129). Sum of RGB (Red+Green+Blue) = 197+184+129=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B881 is #3A477E. Grayscale: #B5B5B5. Windows color (decimal): -3819391 or 8501445. OLE color: 8501445.
HSL color Cylindrical-coordinate representation of color #C5B881: hue angle of 48.53º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5B881 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 129 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.23 |
| HSL | 48.53º | 0.37% | 0.64% | - |
| HSV(B) | 48.53º | 0.35% | 0.77% | - |
| XYZ | 44.13 | 47.74 | 27.66 | - |
| YUV | 181.62 | 98.31 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 129 | 0 | 0.07 | 0.35 | 0.23 | 48.53 | 0.37 | 0.64 |
| Hex | C5 | B8 | 81 | 0 | 7 | 23 | 17 | 31 | 25 | 40 |
| Octal | 305 | 270 | 201 | 0 | 7 | 43 | 27 | 61 | 45 | 100 |
| Binary | 11000101 | 10111000 | 10000001 | 0 | 111 | 100011 | 10111 | 110001 | 100101 | 1000000 |
Color Harmonies of #C5B881
Complementary color
Monochromatic Colors of #C5B881
Black with #C5B881
Text Example
Text Example
White with #C5B881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B881; }
p { color: rgb(197,184,129); }
H1.HeaderClassName
{
color: #C5B881;
}
.AnyTagClassName
{
color: #C5B881;
}
</style>
background-color css
<style>
a { background-color: #C5B881; }
a { background-color: rgb(197,184,129); }
div.DivClassName
{
background-color: #C5B881;
}
.BgClassName
{
background-color: #C5B881;
}
</style>
border-color css
<style>
span { border-color: #C5B881; }
span { border-color: rgb(197,184,129); }
td.TdClassName
{
border-color: #C5B881;
}
.TagClassName
{
border-color: #C5B881;
}
</style>