Shades of Yuma #C5BF85
Tints of Yuma #C5BF85
RGB
CMYK
RGB Variations
Color information
#C5BF85 (or 0xC5BF85) is known color: Yuma. HEX triplet: C5, BF and 85. RGB value is (197,191,133). Sum of RGB (Red+Green+Blue) = 197+191+133=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BF85 is #3A407A. Grayscale: #BABABA. Windows color (decimal): -3817595 or 8765381. OLE color: 8765381.
HSL color Cylindrical-coordinate representation of color #C5BF85: hue angle of 54.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5BF85 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 133 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.23 |
| HSL | 54.38º | 0.36% | 0.65% | - |
| HSV(B) | 54.38º | 0.32% | 0.77% | - |
| XYZ | 45.89 | 50.83 | 29.58 | - |
| YUV | 186.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 133 | 0 | 0.03 | 0.32 | 0.23 | 54.38 | 0.36 | 0.65 |
| Hex | C5 | BF | 85 | 0 | 3 | 20 | 17 | 36 | 24 | 41 |
| Octal | 305 | 277 | 205 | 0 | 3 | 40 | 27 | 66 | 44 | 101 |
| Binary | 11000101 | 10111111 | 10000101 | 0 | 11 | 100000 | 10111 | 110110 | 100100 | 1000001 |
Color Harmonies of #C5BF85
Complementary color
Monochromatic Colors of #C5BF85
Black with #C5BF85
Text Example
Text Example
White with #C5BF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF85; }
p { color: rgb(197,191,133); }
H1.HeaderClassName
{
color: #C5BF85;
}
.AnyTagClassName
{
color: #C5BF85;
}
</style>
background-color css
<style>
a { background-color: #C5BF85; }
a { background-color: rgb(197,191,133); }
div.DivClassName
{
background-color: #C5BF85;
}
.BgClassName
{
background-color: #C5BF85;
}
</style>
border-color css
<style>
span { border-color: #C5BF85; }
span { border-color: rgb(197,191,133); }
td.TdClassName
{
border-color: #C5BF85;
}
.TagClassName
{
border-color: #C5BF85;
}
</style>