Shades of Yuma #C3BA7A
Tints of Yuma #C3BA7A
RGB
CMYK
RGB Variations
Color information
#C3BA7A (or 0xC3BA7A) is known color: Yuma. HEX triplet: C3, BA and 7A. RGB value is (195,186,122). Sum of RGB (Red+Green+Blue) = 195+186+122=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA7A is #3C4585. Grayscale: #B5B5B5. Windows color (decimal): -3949958 or 8043203. OLE color: 8043203.
HSL color Cylindrical-coordinate representation of color #C3BA7A: hue angle of 52.6º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C3BA7A is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 122 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.24 |
| HSL | 52.6º | 0.38% | 0.62% | - |
| HSV(B) | 52.6º | 0.37% | 0.76% | - |
| XYZ | 43.58 | 48.13 | 25.4 | - |
| YUV | 181.4 | 94.48 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 122 | 0 | 0.05 | 0.37 | 0.24 | 52.6 | 0.38 | 0.62 |
| Hex | C3 | BA | 7A | 0 | 5 | 25 | 18 | 35 | 26 | 3E |
| Octal | 303 | 272 | 172 | 0 | 5 | 45 | 30 | 65 | 46 | 76 |
| Binary | 11000011 | 10111010 | 1111010 | 0 | 101 | 100101 | 11000 | 110101 | 100110 | 111110 |
Color Harmonies of #C3BA7A
Complementary color
Monochromatic Colors of #C3BA7A
Black with #C3BA7A
Text Example
Text Example
White with #C3BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA7A; }
p { color: rgb(195,186,122); }
H1.HeaderClassName
{
color: #C3BA7A;
}
.AnyTagClassName
{
color: #C3BA7A;
}
</style>
background-color css
<style>
a { background-color: #C3BA7A; }
a { background-color: rgb(195,186,122); }
div.DivClassName
{
background-color: #C3BA7A;
}
.BgClassName
{
background-color: #C3BA7A;
}
</style>
border-color css
<style>
span { border-color: #C3BA7A; }
span { border-color: rgb(195,186,122); }
td.TdClassName
{
border-color: #C3BA7A;
}
.TagClassName
{
border-color: #C3BA7A;
}
</style>