Shades of Yuma #C5BB82
Tints of Yuma #C5BB82
RGB
CMYK
RGB Variations
Color information
#C5BB82 (or 0xC5BB82) is known color: Yuma. HEX triplet: C5, BB and 82. RGB value is (197,187,130). Sum of RGB (Red+Green+Blue) = 197+187+130=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BB82 is #3A447D. Grayscale: #B7B7B7. Windows color (decimal): -3818622 or 8567749. OLE color: 8567749.
HSL color Cylindrical-coordinate representation of color #C5BB82: hue angle of 51.04º 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 #C5BB82 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 130 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.23 |
| HSL | 51.04º | 0.37% | 0.64% | - |
| HSV(B) | 51.04º | 0.34% | 0.77% | - |
| XYZ | 44.83 | 49.02 | 28.22 | - |
| YUV | 183.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 130 | 0 | 0.05 | 0.34 | 0.23 | 51.04 | 0.37 | 0.64 |
| Hex | C5 | BB | 82 | 0 | 5 | 22 | 17 | 33 | 25 | 40 |
| Octal | 305 | 273 | 202 | 0 | 5 | 42 | 27 | 63 | 45 | 100 |
| Binary | 11000101 | 10111011 | 10000010 | 0 | 101 | 100010 | 10111 | 110011 | 100101 | 1000000 |
Color Harmonies of #C5BB82
Complementary color
Monochromatic Colors of #C5BB82
Black with #C5BB82
Text Example
Text Example
White with #C5BB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BB82; }
p { color: rgb(197,187,130); }
H1.HeaderClassName
{
color: #C5BB82;
}
.AnyTagClassName
{
color: #C5BB82;
}
</style>
background-color css
<style>
a { background-color: #C5BB82; }
a { background-color: rgb(197,187,130); }
div.DivClassName
{
background-color: #C5BB82;
}
.BgClassName
{
background-color: #C5BB82;
}
</style>
border-color css
<style>
span { border-color: #C5BB82; }
span { border-color: rgb(197,187,130); }
td.TdClassName
{
border-color: #C5BB82;
}
.TagClassName
{
border-color: #C5BB82;
}
</style>