Shades of Yuma #C3BA7D
Tints of Yuma #C3BA7D
RGB
CMYK
RGB Variations
Color information
#C3BA7D (or 0xC3BA7D) is known color: Yuma. HEX triplet: C3, BA and 7D. RGB value is (195,186,125). Sum of RGB (Red+Green+Blue) = 195+186+125=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA7D is #3C4582. Grayscale: #B5B5B5. Windows color (decimal): -3949955 or 8239811. OLE color: 8239811.
HSL color Cylindrical-coordinate representation of color #C3BA7D: hue angle of 52.29º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3BA7D is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 125 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.24 |
| HSL | 52.29º | 0.37% | 0.63% | - |
| HSV(B) | 52.29º | 0.36% | 0.76% | - |
| XYZ | 43.77 | 48.2 | 26.4 | - |
| YUV | 181.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 125 | 0 | 0.05 | 0.36 | 0.24 | 52.29 | 0.37 | 0.63 |
| Hex | C3 | BA | 7D | 0 | 5 | 24 | 18 | 34 | 25 | 3F |
| Octal | 303 | 272 | 175 | 0 | 5 | 44 | 30 | 64 | 45 | 77 |
| Binary | 11000011 | 10111010 | 1111101 | 0 | 101 | 100100 | 11000 | 110100 | 100101 | 111111 |
Color Harmonies of #C3BA7D
Complementary color
Monochromatic Colors of #C3BA7D
Black with #C3BA7D
Text Example
Text Example
White with #C3BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA7D; }
p { color: rgb(195,186,125); }
H1.HeaderClassName
{
color: #C3BA7D;
}
.AnyTagClassName
{
color: #C3BA7D;
}
</style>
background-color css
<style>
a { background-color: #C3BA7D; }
a { background-color: rgb(195,186,125); }
div.DivClassName
{
background-color: #C3BA7D;
}
.BgClassName
{
background-color: #C3BA7D;
}
</style>
border-color css
<style>
span { border-color: #C3BA7D; }
span { border-color: rgb(195,186,125); }
td.TdClassName
{
border-color: #C3BA7D;
}
.TagClassName
{
border-color: #C3BA7D;
}
</style>