Shades of Yuma #C5B880
Tints of Yuma #C5B880
RGB
CMYK
RGB Variations
Color information
#C5B880 (or 0xC5B880) is known color: Yuma. HEX triplet: C5, B8 and 80. RGB value is (197,184,128). Sum of RGB (Red+Green+Blue) = 197+184+128=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B880 is #3A477F. Grayscale: #B5B5B5. Windows color (decimal): -3819392 or 8435909. OLE color: 8435909.
HSL color Cylindrical-coordinate representation of color #C5B880: hue angle of 48.7º 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 #C5B880 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 128 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.23 |
| HSL | 48.7º | 0.37% | 0.64% | - |
| HSV(B) | 48.7º | 0.35% | 0.77% | - |
| XYZ | 44.06 | 47.71 | 27.31 | - |
| YUV | 181.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 128 | 0 | 0.07 | 0.35 | 0.23 | 48.7 | 0.37 | 0.64 |
| Hex | C5 | B8 | 80 | 0 | 7 | 23 | 17 | 31 | 25 | 40 |
| Octal | 305 | 270 | 200 | 0 | 7 | 43 | 27 | 61 | 45 | 100 |
| Binary | 11000101 | 10111000 | 10000000 | 0 | 111 | 100011 | 10111 | 110001 | 100101 | 1000000 |
Color Harmonies of #C5B880
Complementary color
Monochromatic Colors of #C5B880
Black with #C5B880
Text Example
Text Example
White with #C5B880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B880; }
p { color: rgb(197,184,128); }
H1.HeaderClassName
{
color: #C5B880;
}
.AnyTagClassName
{
color: #C5B880;
}
</style>
background-color css
<style>
a { background-color: #C5B880; }
a { background-color: rgb(197,184,128); }
div.DivClassName
{
background-color: #C5B880;
}
.BgClassName
{
background-color: #C5B880;
}
</style>
border-color css
<style>
span { border-color: #C5B880; }
span { border-color: rgb(197,184,128); }
td.TdClassName
{
border-color: #C5B880;
}
.TagClassName
{
border-color: #C5B880;
}
</style>