Shades of Buddha Gold #C0A105
Tints of Buddha Gold #C0A105
RGB
CMYK
RGB Variations
Color information
#C0A105 (or 0xC0A105) is known color: Buddha Gold. HEX triplet: C0, A1 and 05. RGB value is (192,161,5). Sum of RGB (Red+Green+Blue) = 192+161+5=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A105 is #3F5EFA. Grayscale: #999999. Windows color (decimal): -4153083 or 369088. OLE color: 369088.
HSL color Cylindrical-coordinate representation of color #C0A105: hue angle of 50.05º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0A105 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 5 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.25 |
| HSL | 50.05º | 0.95% | 0.39% | - |
| HSV(B) | 50.05º | 0.97% | 0.75% | - |
| XYZ | 34.51 | 36.71 | 5.41 | - |
| YUV | 152.49 | 44.77 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 5 | 0 | 0.16 | 0.97 | 0.25 | 50.05 | 0.95 | 0.39 |
| Hex | C0 | A1 | 5 | 0 | 10 | 61 | 19 | 32 | 5F | 27 |
| Octal | 300 | 241 | 5 | 0 | 20 | 141 | 31 | 62 | 137 | 47 |
| Binary | 11000000 | 10100001 | 101 | 0 | 10000 | 1100001 | 11001 | 110010 | 1011111 | 100111 |
Color Harmonies of #C0A105
Complementary color
Monochromatic Colors of #C0A105
Black with #C0A105
Text Example
Text Example
White with #C0A105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A105; }
p { color: rgb(192,161,5); }
H1.HeaderClassName
{
color: #C0A105;
}
.AnyTagClassName
{
color: #C0A105;
}
</style>
background-color css
<style>
a { background-color: #C0A105; }
a { background-color: rgb(192,161,5); }
div.DivClassName
{
background-color: #C0A105;
}
.BgClassName
{
background-color: #C0A105;
}
</style>
border-color css
<style>
span { border-color: #C0A105; }
span { border-color: rgb(192,161,5); }
td.TdClassName
{
border-color: #C0A105;
}
.TagClassName
{
border-color: #C0A105;
}
</style>