Shades of Yuma #C3BA84
Tints of Yuma #C3BA84
RGB
CMYK
RGB Variations
Color information
#C3BA84 (or 0xC3BA84) is known color: Yuma. HEX triplet: C3, BA and 84. RGB value is (195,186,132). Sum of RGB (Red+Green+Blue) = 195+186+132=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA84 is #3C457B. Grayscale: #B6B6B6. Windows color (decimal): -3949948 or 8698563. OLE color: 8698563.
HSL color Cylindrical-coordinate representation of color #C3BA84: hue angle of 51.43º 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 #C3BA84 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 132 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.24 |
| HSL | 51.43º | 0.34% | 0.64% | - |
| HSV(B) | 51.43º | 0.32% | 0.76% | - |
| XYZ | 44.23 | 48.39 | 28.84 | - |
| YUV | 182.54 | 99.48 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 132 | 0 | 0.05 | 0.32 | 0.24 | 51.43 | 0.34 | 0.64 |
| Hex | C3 | BA | 84 | 0 | 5 | 20 | 18 | 33 | 22 | 40 |
| Octal | 303 | 272 | 204 | 0 | 5 | 40 | 30 | 63 | 42 | 100 |
| Binary | 11000011 | 10111010 | 10000100 | 0 | 101 | 100000 | 11000 | 110011 | 100010 | 1000000 |
Color Harmonies of #C3BA84
Complementary color
Monochromatic Colors of #C3BA84
Black with #C3BA84
Text Example
Text Example
White with #C3BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA84; }
p { color: rgb(195,186,132); }
H1.HeaderClassName
{
color: #C3BA84;
}
.AnyTagClassName
{
color: #C3BA84;
}
</style>
background-color css
<style>
a { background-color: #C3BA84; }
a { background-color: rgb(195,186,132); }
div.DivClassName
{
background-color: #C3BA84;
}
.BgClassName
{
background-color: #C3BA84;
}
</style>
border-color css
<style>
span { border-color: #C3BA84; }
span { border-color: rgb(195,186,132); }
td.TdClassName
{
border-color: #C3BA84;
}
.TagClassName
{
border-color: #C3BA84;
}
</style>