Shades of Yuma #C3BA85
Tints of Yuma #C3BA85
RGB
CMYK
RGB Variations
Color information
#C3BA85 (or 0xC3BA85) is known color: Yuma. HEX triplet: C3, BA and 85. RGB value is (195,186,133). Sum of RGB (Red+Green+Blue) = 195+186+133=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA85 is #3C457A. Grayscale: #B6B6B6. Windows color (decimal): -3949947 or 8764099. OLE color: 8764099.
HSL color Cylindrical-coordinate representation of color #C3BA85: hue angle of 51.29º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3BA85 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 133 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.24 |
| HSL | 51.29º | 0.34% | 0.64% | - |
| HSV(B) | 51.29º | 0.32% | 0.76% | - |
| XYZ | 44.3 | 48.41 | 29.2 | - |
| YUV | 182.65 | 99.98 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 133 | 0 | 0.05 | 0.32 | 0.24 | 51.29 | 0.34 | 0.64 |
| Hex | C3 | BA | 85 | 0 | 5 | 20 | 18 | 33 | 22 | 40 |
| Octal | 303 | 272 | 205 | 0 | 5 | 40 | 30 | 63 | 42 | 100 |
| Binary | 11000011 | 10111010 | 10000101 | 0 | 101 | 100000 | 11000 | 110011 | 100010 | 1000000 |
Color Harmonies of #C3BA85
Complementary color
Monochromatic Colors of #C3BA85
Black with #C3BA85
Text Example
Text Example
White with #C3BA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA85; }
p { color: rgb(195,186,133); }
H1.HeaderClassName
{
color: #C3BA85;
}
.AnyTagClassName
{
color: #C3BA85;
}
</style>
background-color css
<style>
a { background-color: #C3BA85; }
a { background-color: rgb(195,186,133); }
div.DivClassName
{
background-color: #C3BA85;
}
.BgClassName
{
background-color: #C3BA85;
}
</style>
border-color css
<style>
span { border-color: #C3BA85; }
span { border-color: rgb(195,186,133); }
td.TdClassName
{
border-color: #C3BA85;
}
.TagClassName
{
border-color: #C3BA85;
}
</style>