Shades of Yuma #C6BA7D
Tints of Yuma #C6BA7D
RGB
CMYK
RGB Variations
Color information
#C6BA7D (or 0xC6BA7D) is known color: Yuma. HEX triplet: C6, BA and 7D. RGB value is (198,186,125). Sum of RGB (Red+Green+Blue) = 198+186+125=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA7D is #394582. Grayscale: #B6B6B6. Windows color (decimal): -3753347 or 8239814. OLE color: 8239814.
HSL color Cylindrical-coordinate representation of color #C6BA7D: hue angle of 50.14º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6BA7D is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 125 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.22 |
| HSL | 50.14º | 0.39% | 0.63% | - |
| HSV(B) | 50.14º | 0.37% | 0.78% | - |
| XYZ | 44.55 | 48.6 | 26.44 | - |
| YUV | 182.63 | 95.48 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 125 | 0 | 0.06 | 0.37 | 0.22 | 50.14 | 0.39 | 0.63 |
| Hex | C6 | BA | 7D | 0 | 6 | 25 | 16 | 32 | 27 | 3F |
| Octal | 306 | 272 | 175 | 0 | 6 | 45 | 26 | 62 | 47 | 77 |
| Binary | 11000110 | 10111010 | 1111101 | 0 | 110 | 100101 | 10110 | 110010 | 100111 | 111111 |
Color Harmonies of #C6BA7D
Complementary color
Monochromatic Colors of #C6BA7D
Black with #C6BA7D
Text Example
Text Example
White with #C6BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA7D; }
p { color: rgb(198,186,125); }
H1.HeaderClassName
{
color: #C6BA7D;
}
.AnyTagClassName
{
color: #C6BA7D;
}
</style>
background-color css
<style>
a { background-color: #C6BA7D; }
a { background-color: rgb(198,186,125); }
div.DivClassName
{
background-color: #C6BA7D;
}
.BgClassName
{
background-color: #C6BA7D;
}
</style>
border-color css
<style>
span { border-color: #C6BA7D; }
span { border-color: rgb(198,186,125); }
td.TdClassName
{
border-color: #C6BA7D;
}
.TagClassName
{
border-color: #C6BA7D;
}
</style>