Shades of Yuma #C6BA7E
Tints of Yuma #C6BA7E
RGB
CMYK
RGB Variations
Color information
#C6BA7E (or 0xC6BA7E) is known color: Yuma. HEX triplet: C6, BA and 7E. RGB value is (198,186,126). Sum of RGB (Red+Green+Blue) = 198+186+126=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA7E is #394581. Grayscale: #B7B7B7. Windows color (decimal): -3753346 or 8305350. OLE color: 8305350.
HSL color Cylindrical-coordinate representation of color #C6BA7E: hue angle of 50º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6BA7E is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 126 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.22 |
| HSL | 50º | 0.39% | 0.64% | - |
| HSV(B) | 50º | 0.36% | 0.78% | - |
| XYZ | 44.61 | 48.63 | 26.77 | - |
| YUV | 182.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 126 | 0 | 0.06 | 0.36 | 0.22 | 50 | 0.39 | 0.64 |
| Hex | C6 | BA | 7E | 0 | 6 | 24 | 16 | 32 | 27 | 40 |
| Octal | 306 | 272 | 176 | 0 | 6 | 44 | 26 | 62 | 47 | 100 |
| Binary | 11000110 | 10111010 | 1111110 | 0 | 110 | 100100 | 10110 | 110010 | 100111 | 1000000 |
Color Harmonies of #C6BA7E
Complementary color
Monochromatic Colors of #C6BA7E
Black with #C6BA7E
Text Example
Text Example
White with #C6BA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA7E; }
p { color: rgb(198,186,126); }
H1.HeaderClassName
{
color: #C6BA7E;
}
.AnyTagClassName
{
color: #C6BA7E;
}
</style>
background-color css
<style>
a { background-color: #C6BA7E; }
a { background-color: rgb(198,186,126); }
div.DivClassName
{
background-color: #C6BA7E;
}
.BgClassName
{
background-color: #C6BA7E;
}
</style>
border-color css
<style>
span { border-color: #C6BA7E; }
span { border-color: rgb(198,186,126); }
td.TdClassName
{
border-color: #C6BA7E;
}
.TagClassName
{
border-color: #C6BA7E;
}
</style>