Shades of Yuma #C6BA85
Tints of Yuma #C6BA85
RGB
CMYK
RGB Variations
Color information
#C6BA85 (or 0xC6BA85) is known color: Yuma. HEX triplet: C6, BA and 85. RGB value is (198,186,133). Sum of RGB (Red+Green+Blue) = 198+186+133=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BA85 is #39457A. Grayscale: #B7B7B7. Windows color (decimal): -3753339 or 8764102. OLE color: 8764102.
HSL color Cylindrical-coordinate representation of color #C6BA85: hue angle of 48.92º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6BA85 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 133 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.22 |
| HSL | 48.92º | 0.36% | 0.65% | - |
| HSV(B) | 48.92º | 0.33% | 0.78% | - |
| XYZ | 45.08 | 48.82 | 29.24 | - |
| YUV | 183.55 | 99.48 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 133 | 0 | 0.06 | 0.33 | 0.22 | 48.92 | 0.36 | 0.65 |
| Hex | C6 | BA | 85 | 0 | 6 | 21 | 16 | 31 | 24 | 41 |
| Octal | 306 | 272 | 205 | 0 | 6 | 41 | 26 | 61 | 44 | 101 |
| Binary | 11000110 | 10111010 | 10000101 | 0 | 110 | 100001 | 10110 | 110001 | 100100 | 1000001 |
Color Harmonies of #C6BA85
Complementary color
Monochromatic Colors of #C6BA85
Black with #C6BA85
Text Example
Text Example
White with #C6BA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA85; }
p { color: rgb(198,186,133); }
H1.HeaderClassName
{
color: #C6BA85;
}
.AnyTagClassName
{
color: #C6BA85;
}
</style>
background-color css
<style>
a { background-color: #C6BA85; }
a { background-color: rgb(198,186,133); }
div.DivClassName
{
background-color: #C6BA85;
}
.BgClassName
{
background-color: #C6BA85;
}
</style>
border-color css
<style>
span { border-color: #C6BA85; }
span { border-color: rgb(198,186,133); }
td.TdClassName
{
border-color: #C6BA85;
}
.TagClassName
{
border-color: #C6BA85;
}
</style>