Shades of Buddha Gold #C0A11A
Tints of Buddha Gold #C0A11A
RGB
CMYK
RGB Variations
Color information
#C0A11A (or 0xC0A11A) is known color: Buddha Gold. HEX triplet: C0, A1 and 1A. RGB value is (192,161,26). Sum of RGB (Red+Green+Blue) = 192+161+26=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A11A is #3F5EE5. Grayscale: #9B9B9B. Windows color (decimal): -4153062 or 1745344. OLE color: 1745344.
HSL color Cylindrical-coordinate representation of color #C0A11A: hue angle of 48.8º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0A11A is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 26 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.25 |
| HSL | 48.8º | 0.76% | 0.43% | - |
| HSV(B) | 48.8º | 0.86% | 0.75% | - |
| XYZ | 34.67 | 36.77 | 6.25 | - |
| YUV | 154.88 | 55.27 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 26 | 0 | 0.16 | 0.86 | 0.25 | 48.8 | 0.76 | 0.43 |
| Hex | C0 | A1 | 1A | 0 | 10 | 56 | 19 | 31 | 4C | 2B |
| Octal | 300 | 241 | 32 | 0 | 20 | 126 | 31 | 61 | 114 | 53 |
| Binary | 11000000 | 10100001 | 11010 | 0 | 10000 | 1010110 | 11001 | 110001 | 1001100 | 101011 |
Color Harmonies of #C0A11A
Complementary color
Monochromatic Colors of #C0A11A
Black with #C0A11A
Text Example
Text Example
White with #C0A11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A11A; }
p { color: rgb(192,161,26); }
H1.HeaderClassName
{
color: #C0A11A;
}
.AnyTagClassName
{
color: #C0A11A;
}
</style>
background-color css
<style>
a { background-color: #C0A11A; }
a { background-color: rgb(192,161,26); }
div.DivClassName
{
background-color: #C0A11A;
}
.BgClassName
{
background-color: #C0A11A;
}
</style>
border-color css
<style>
span { border-color: #C0A11A; }
span { border-color: rgb(192,161,26); }
td.TdClassName
{
border-color: #C0A11A;
}
.TagClassName
{
border-color: #C0A11A;
}
</style>