Shades of Yuma #C5BF8A
Tints of Yuma #C5BF8A
RGB
CMYK
RGB Variations
Color information
#C5BF8A (or 0xC5BF8A) is known color: Yuma. HEX triplet: C5, BF and 8A. RGB value is (197,191,138). Sum of RGB (Red+Green+Blue) = 197+191+138=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BF8A is #3A4075. Grayscale: #BABABA. Windows color (decimal): -3817590 or 9093061. OLE color: 9093061.
HSL color Cylindrical-coordinate representation of color #C5BF8A: hue angle of 53.9º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5BF8A is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 138 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.23 |
| HSL | 53.9º | 0.34% | 0.66% | - |
| HSV(B) | 53.9º | 0.3% | 0.77% | - |
| XYZ | 46.24 | 50.97 | 31.45 | - |
| YUV | 186.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 138 | 0 | 0.03 | 0.30 | 0.23 | 53.9 | 0.34 | 0.66 |
| Hex | C5 | BF | 8A | 0 | 3 | 1E | 17 | 36 | 22 | 42 |
| Octal | 305 | 277 | 212 | 0 | 3 | 36 | 27 | 66 | 42 | 102 |
| Binary | 11000101 | 10111111 | 10001010 | 0 | 11 | 11110 | 10111 | 110110 | 100010 | 1000010 |
Color Harmonies of #C5BF8A
Complementary color
Monochromatic Colors of #C5BF8A
Black with #C5BF8A
Text Example
Text Example
White with #C5BF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF8A; }
p { color: rgb(197,191,138); }
H1.HeaderClassName
{
color: #C5BF8A;
}
.AnyTagClassName
{
color: #C5BF8A;
}
</style>
background-color css
<style>
a { background-color: #C5BF8A; }
a { background-color: rgb(197,191,138); }
div.DivClassName
{
background-color: #C5BF8A;
}
.BgClassName
{
background-color: #C5BF8A;
}
</style>
border-color css
<style>
span { border-color: #C5BF8A; }
span { border-color: rgb(197,191,138); }
td.TdClassName
{
border-color: #C5BF8A;
}
.TagClassName
{
border-color: #C5BF8A;
}
</style>