Shades of Yuma #C5BB80
Tints of Yuma #C5BB80
RGB
CMYK
RGB Variations
Color information
#C5BB80 (or 0xC5BB80) is known color: Yuma. HEX triplet: C5, BB and 80. RGB value is (197,187,128). Sum of RGB (Red+Green+Blue) = 197+187+128=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BB80 is #3A447F. Grayscale: #B7B7B7. Windows color (decimal): -3818624 or 8436677. OLE color: 8436677.
HSL color Cylindrical-coordinate representation of color #C5BB80: hue angle of 51.3º 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 #C5BB80 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 128 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.23 |
| HSL | 51.3º | 0.37% | 0.64% | - |
| HSV(B) | 51.3º | 0.35% | 0.77% | - |
| XYZ | 44.69 | 48.97 | 27.52 | - |
| YUV | 183.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 128 | 0 | 0.05 | 0.35 | 0.23 | 51.3 | 0.37 | 0.64 |
| Hex | C5 | BB | 80 | 0 | 5 | 23 | 17 | 33 | 25 | 40 |
| Octal | 305 | 273 | 200 | 0 | 5 | 43 | 27 | 63 | 45 | 100 |
| Binary | 11000101 | 10111011 | 10000000 | 0 | 101 | 100011 | 10111 | 110011 | 100101 | 1000000 |
Color Harmonies of #C5BB80
Complementary color
Monochromatic Colors of #C5BB80
Black with #C5BB80
Text Example
Text Example
White with #C5BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BB80; }
p { color: rgb(197,187,128); }
H1.HeaderClassName
{
color: #C5BB80;
}
.AnyTagClassName
{
color: #C5BB80;
}
</style>
background-color css
<style>
a { background-color: #C5BB80; }
a { background-color: rgb(197,187,128); }
div.DivClassName
{
background-color: #C5BB80;
}
.BgClassName
{
background-color: #C5BB80;
}
</style>
border-color css
<style>
span { border-color: #C5BB80; }
span { border-color: rgb(197,187,128); }
td.TdClassName
{
border-color: #C5BB80;
}
.TagClassName
{
border-color: #C5BB80;
}
</style>