Shades of Yuma #C6BA7C
Tints of Yuma #C6BA7C
RGB
CMYK
RGB Variations
Color information
#C6BA7C (or 0xC6BA7C) is known color: Yuma. HEX triplet: C6, BA and 7C. RGB value is (198,186,124). Sum of RGB (Red+Green+Blue) = 198+186+124=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA7C is #394583. Grayscale: #B6B6B6. Windows color (decimal): -3753348 or 8174278. OLE color: 8174278.
HSL color Cylindrical-coordinate representation of color #C6BA7C: hue angle of 50.27º 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 #C6BA7C is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 124 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.22 |
| HSL | 50.27º | 0.39% | 0.63% | - |
| HSV(B) | 50.27º | 0.37% | 0.78% | - |
| XYZ | 44.49 | 48.58 | 26.1 | - |
| YUV | 182.52 | 94.98 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 124 | 0 | 0.06 | 0.37 | 0.22 | 50.27 | 0.39 | 0.63 |
| Hex | C6 | BA | 7C | 0 | 6 | 25 | 16 | 32 | 27 | 3F |
| Octal | 306 | 272 | 174 | 0 | 6 | 45 | 26 | 62 | 47 | 77 |
| Binary | 11000110 | 10111010 | 1111100 | 0 | 110 | 100101 | 10110 | 110010 | 100111 | 111111 |
Color Harmonies of #C6BA7C
Complementary color
Monochromatic Colors of #C6BA7C
Black with #C6BA7C
Text Example
Text Example
White with #C6BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA7C; }
p { color: rgb(198,186,124); }
H1.HeaderClassName
{
color: #C6BA7C;
}
.AnyTagClassName
{
color: #C6BA7C;
}
</style>
background-color css
<style>
a { background-color: #C6BA7C; }
a { background-color: rgb(198,186,124); }
div.DivClassName
{
background-color: #C6BA7C;
}
.BgClassName
{
background-color: #C6BA7C;
}
</style>
border-color css
<style>
span { border-color: #C6BA7C; }
span { border-color: rgb(198,186,124); }
td.TdClassName
{
border-color: #C6BA7C;
}
.TagClassName
{
border-color: #C6BA7C;
}
</style>