Shades of Yuma #C5BE7C
Tints of Yuma #C5BE7C
RGB
CMYK
RGB Variations
Color information
#C5BE7C (or 0xC5BE7C) is known color: Yuma. HEX triplet: C5, BE and 7C. RGB value is (197,190,124). Sum of RGB (Red+Green+Blue) = 197+190+124=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE7C is #3A4183. Grayscale: #B8B8B8. Windows color (decimal): -3817860 or 8175301. OLE color: 8175301.
HSL color Cylindrical-coordinate representation of color #C5BE7C: hue angle of 54.25º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5BE7C is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 124 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.23 |
| HSL | 54.25º | 0.39% | 0.63% | - |
| HSV(B) | 54.25º | 0.37% | 0.77% | - |
| XYZ | 45.08 | 50.15 | 26.37 | - |
| YUV | 184.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 124 | 0 | 0.04 | 0.37 | 0.23 | 54.25 | 0.39 | 0.63 |
| Hex | C5 | BE | 7C | 0 | 4 | 25 | 17 | 36 | 27 | 3F |
| Octal | 305 | 276 | 174 | 0 | 4 | 45 | 27 | 66 | 47 | 77 |
| Binary | 11000101 | 10111110 | 1111100 | 0 | 100 | 100101 | 10111 | 110110 | 100111 | 111111 |
Color Harmonies of #C5BE7C
Complementary color
Monochromatic Colors of #C5BE7C
Black with #C5BE7C
Text Example
Text Example
White with #C5BE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE7C; }
p { color: rgb(197,190,124); }
H1.HeaderClassName
{
color: #C5BE7C;
}
.AnyTagClassName
{
color: #C5BE7C;
}
</style>
background-color css
<style>
a { background-color: #C5BE7C; }
a { background-color: rgb(197,190,124); }
div.DivClassName
{
background-color: #C5BE7C;
}
.BgClassName
{
background-color: #C5BE7C;
}
</style>
border-color css
<style>
span { border-color: #C5BE7C; }
span { border-color: rgb(197,190,124); }
td.TdClassName
{
border-color: #C5BE7C;
}
.TagClassName
{
border-color: #C5BE7C;
}
</style>