Shades of Yuma #C3BA7B
Tints of Yuma #C3BA7B
RGB
CMYK
RGB Variations
Color information
#C3BA7B (or 0xC3BA7B) is known color: Yuma. HEX triplet: C3, BA and 7B. RGB value is (195,186,123). Sum of RGB (Red+Green+Blue) = 195+186+123=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA7B is #3C4584. Grayscale: #B5B5B5. Windows color (decimal): -3949957 or 8108739. OLE color: 8108739.
HSL color Cylindrical-coordinate representation of color #C3BA7B: hue angle of 52.5º 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 #C3BA7B is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 123 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.24 |
| HSL | 52.5º | 0.38% | 0.62% | - |
| HSV(B) | 52.5º | 0.37% | 0.76% | - |
| XYZ | 43.64 | 48.15 | 25.73 | - |
| YUV | 181.51 | 94.98 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 123 | 0 | 0.05 | 0.37 | 0.24 | 52.5 | 0.38 | 0.62 |
| Hex | C3 | BA | 7B | 0 | 5 | 25 | 18 | 34 | 26 | 3E |
| Octal | 303 | 272 | 173 | 0 | 5 | 45 | 30 | 64 | 46 | 76 |
| Binary | 11000011 | 10111010 | 1111011 | 0 | 101 | 100101 | 11000 | 110100 | 100110 | 111110 |
Color Harmonies of #C3BA7B
Complementary color
Monochromatic Colors of #C3BA7B
Black with #C3BA7B
Text Example
Text Example
White with #C3BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA7B; }
p { color: rgb(195,186,123); }
H1.HeaderClassName
{
color: #C3BA7B;
}
.AnyTagClassName
{
color: #C3BA7B;
}
</style>
background-color css
<style>
a { background-color: #C3BA7B; }
a { background-color: rgb(195,186,123); }
div.DivClassName
{
background-color: #C3BA7B;
}
.BgClassName
{
background-color: #C3BA7B;
}
</style>
border-color css
<style>
span { border-color: #C3BA7B; }
span { border-color: rgb(195,186,123); }
td.TdClassName
{
border-color: #C3BA7B;
}
.TagClassName
{
border-color: #C3BA7B;
}
</style>