Shades of Yuma #C3BA79
Tints of Yuma #C3BA79
RGB
CMYK
RGB Variations
Color information
#C3BA79 (or 0xC3BA79) is known color: Yuma. HEX triplet: C3, BA and 79. RGB value is (195,186,121). Sum of RGB (Red+Green+Blue) = 195+186+121=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA79 is #3C4586. Grayscale: #B5B5B5. Windows color (decimal): -3949959 or 7977667. OLE color: 7977667.
HSL color Cylindrical-coordinate representation of color #C3BA79: hue angle of 52.7º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3BA79 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 121 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.24 |
| HSL | 52.7º | 0.38% | 0.62% | - |
| HSV(B) | 52.7º | 0.38% | 0.76% | - |
| XYZ | 43.52 | 48.1 | 25.08 | - |
| YUV | 181.28 | 93.98 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 121 | 0 | 0.05 | 0.38 | 0.24 | 52.7 | 0.38 | 0.62 |
| Hex | C3 | BA | 79 | 0 | 5 | 26 | 18 | 35 | 26 | 3E |
| Octal | 303 | 272 | 171 | 0 | 5 | 46 | 30 | 65 | 46 | 76 |
| Binary | 11000011 | 10111010 | 1111001 | 0 | 101 | 100110 | 11000 | 110101 | 100110 | 111110 |
Color Harmonies of #C3BA79
Complementary color
Monochromatic Colors of #C3BA79
Black with #C3BA79
Text Example
Text Example
White with #C3BA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA79; }
p { color: rgb(195,186,121); }
H1.HeaderClassName
{
color: #C3BA79;
}
.AnyTagClassName
{
color: #C3BA79;
}
</style>
background-color css
<style>
a { background-color: #C3BA79; }
a { background-color: rgb(195,186,121); }
div.DivClassName
{
background-color: #C3BA79;
}
.BgClassName
{
background-color: #C3BA79;
}
</style>
border-color css
<style>
span { border-color: #C3BA79; }
span { border-color: rgb(195,186,121); }
td.TdClassName
{
border-color: #C3BA79;
}
.TagClassName
{
border-color: #C3BA79;
}
</style>