Shades of Yuma #C5BB7F
Tints of Yuma #C5BB7F
RGB
CMYK
RGB Variations
Color information
#C5BB7F (or 0xC5BB7F) is known color: Yuma. HEX triplet: C5, BB and 7F. RGB value is (197,187,127). Sum of RGB (Red+Green+Blue) = 197+187+127=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BB7F is #3A4480. Grayscale: #B7B7B7. Windows color (decimal): -3818625 or 8371141. OLE color: 8371141.
HSL color Cylindrical-coordinate representation of color #C5BB7F: hue angle of 51.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5BB7F is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 127 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.23 |
| HSL | 51.43º | 0.38% | 0.64% | - |
| HSV(B) | 51.43º | 0.36% | 0.77% | - |
| XYZ | 44.63 | 48.94 | 27.17 | - |
| YUV | 183.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 127 | 0 | 0.05 | 0.36 | 0.23 | 51.43 | 0.38 | 0.64 |
| Hex | C5 | BB | 7F | 0 | 5 | 24 | 17 | 33 | 26 | 40 |
| Octal | 305 | 273 | 177 | 0 | 5 | 44 | 27 | 63 | 46 | 100 |
| Binary | 11000101 | 10111011 | 1111111 | 0 | 101 | 100100 | 10111 | 110011 | 100110 | 1000000 |
Color Harmonies of #C5BB7F
Complementary color
Monochromatic Colors of #C5BB7F
Black with #C5BB7F
Text Example
Text Example
White with #C5BB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BB7F; }
p { color: rgb(197,187,127); }
H1.HeaderClassName
{
color: #C5BB7F;
}
.AnyTagClassName
{
color: #C5BB7F;
}
</style>
background-color css
<style>
a { background-color: #C5BB7F; }
a { background-color: rgb(197,187,127); }
div.DivClassName
{
background-color: #C5BB7F;
}
.BgClassName
{
background-color: #C5BB7F;
}
</style>
border-color css
<style>
span { border-color: #C5BB7F; }
span { border-color: rgb(197,187,127); }
td.TdClassName
{
border-color: #C5BB7F;
}
.TagClassName
{
border-color: #C5BB7F;
}
</style>