Shades of Yuma #C4BA8A
Tints of Yuma #C4BA8A
RGB
CMYK
RGB Variations
Color information
#C4BA8A (or 0xC4BA8A) is known color: Yuma. HEX triplet: C4, BA and 8A. RGB value is (196,186,138). Sum of RGB (Red+Green+Blue) = 196+186+138=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BA8A is #3B4575. Grayscale: #B7B7B7. Windows color (decimal): -3884406 or 9091780. OLE color: 9091780.
HSL color Cylindrical-coordinate representation of color #C4BA8A: hue angle of 49.66º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4BA8A is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 138 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.23 |
| HSL | 49.66º | 0.33% | 0.65% | - |
| HSV(B) | 49.66º | 0.3% | 0.77% | - |
| XYZ | 44.91 | 48.69 | 31.08 | - |
| YUV | 183.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 138 | 0 | 0.05 | 0.30 | 0.23 | 49.66 | 0.33 | 0.65 |
| Hex | C4 | BA | 8A | 0 | 5 | 1E | 17 | 32 | 21 | 41 |
| Octal | 304 | 272 | 212 | 0 | 5 | 36 | 27 | 62 | 41 | 101 |
| Binary | 11000100 | 10111010 | 10001010 | 0 | 101 | 11110 | 10111 | 110010 | 100001 | 1000001 |
Color Harmonies of #C4BA8A
Complementary color
Monochromatic Colors of #C4BA8A
Black with #C4BA8A
Text Example
Text Example
White with #C4BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA8A; }
p { color: rgb(196,186,138); }
H1.HeaderClassName
{
color: #C4BA8A;
}
.AnyTagClassName
{
color: #C4BA8A;
}
</style>
background-color css
<style>
a { background-color: #C4BA8A; }
a { background-color: rgb(196,186,138); }
div.DivClassName
{
background-color: #C4BA8A;
}
.BgClassName
{
background-color: #C4BA8A;
}
</style>
border-color css
<style>
span { border-color: #C4BA8A; }
span { border-color: rgb(196,186,138); }
td.TdClassName
{
border-color: #C4BA8A;
}
.TagClassName
{
border-color: #C4BA8A;
}
</style>