Shades of Yuma #C4BA7E
Tints of Yuma #C4BA7E
RGB
CMYK
RGB Variations
Color information
#C4BA7E (or 0xC4BA7E) is known color: Yuma. HEX triplet: C4, BA and 7E. RGB value is (196,186,126). Sum of RGB (Red+Green+Blue) = 196+186+126=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA7E is #3B4581. Grayscale: #B6B6B6. Windows color (decimal): -3884418 or 8305348. OLE color: 8305348.
HSL color Cylindrical-coordinate representation of color #C4BA7E: hue angle of 51.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4BA7E is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 126 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.23 |
| HSL | 51.43º | 0.37% | 0.63% | - |
| HSV(B) | 51.43º | 0.36% | 0.77% | - |
| XYZ | 44.09 | 48.36 | 26.75 | - |
| YUV | 182.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 126 | 0 | 0.05 | 0.36 | 0.23 | 51.43 | 0.37 | 0.63 |
| Hex | C4 | BA | 7E | 0 | 5 | 24 | 17 | 33 | 25 | 3F |
| Octal | 304 | 272 | 176 | 0 | 5 | 44 | 27 | 63 | 45 | 77 |
| Binary | 11000100 | 10111010 | 1111110 | 0 | 101 | 100100 | 10111 | 110011 | 100101 | 111111 |
Color Harmonies of #C4BA7E
Complementary color
Monochromatic Colors of #C4BA7E
Black with #C4BA7E
Text Example
Text Example
White with #C4BA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA7E; }
p { color: rgb(196,186,126); }
H1.HeaderClassName
{
color: #C4BA7E;
}
.AnyTagClassName
{
color: #C4BA7E;
}
</style>
background-color css
<style>
a { background-color: #C4BA7E; }
a { background-color: rgb(196,186,126); }
div.DivClassName
{
background-color: #C4BA7E;
}
.BgClassName
{
background-color: #C4BA7E;
}
</style>
border-color css
<style>
span { border-color: #C4BA7E; }
span { border-color: rgb(196,186,126); }
td.TdClassName
{
border-color: #C4BA7E;
}
.TagClassName
{
border-color: #C4BA7E;
}
</style>