Shades of Buddha Gold #C0A511
Tints of Buddha Gold #C0A511
RGB
CMYK
RGB Variations
Color information
#C0A511 (or 0xC0A511) is known color: Buddha Gold. HEX triplet: C0, A5 and 11. RGB value is (192,165,17). Sum of RGB (Red+Green+Blue) = 192+165+17=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A511 is #3F5AEE. Grayscale: #9C9C9C. Windows color (decimal): -4152047 or 1156544. OLE color: 1156544.
HSL color Cylindrical-coordinate representation of color #C0A511: hue angle of 50.74º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0A511 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 17 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.25 |
| HSL | 50.74º | 0.84% | 0.41% | - |
| HSV(B) | 50.74º | 0.91% | 0.75% | - |
| XYZ | 35.29 | 38.16 | 6.04 | - |
| YUV | 156.2 | 49.45 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 17 | 0 | 0.14 | 0.91 | 0.25 | 50.74 | 0.84 | 0.41 |
| Hex | C0 | A5 | 11 | 0 | E | 5B | 19 | 33 | 54 | 29 |
| Octal | 300 | 245 | 21 | 0 | 16 | 133 | 31 | 63 | 124 | 51 |
| Binary | 11000000 | 10100101 | 10001 | 0 | 1110 | 1011011 | 11001 | 110011 | 1010100 | 101001 |
Color Harmonies of #C0A511
Complementary color
Monochromatic Colors of #C0A511
Black with #C0A511
Text Example
Text Example
White with #C0A511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A511; }
p { color: rgb(192,165,17); }
H1.HeaderClassName
{
color: #C0A511;
}
.AnyTagClassName
{
color: #C0A511;
}
</style>
background-color css
<style>
a { background-color: #C0A511; }
a { background-color: rgb(192,165,17); }
div.DivClassName
{
background-color: #C0A511;
}
.BgClassName
{
background-color: #C0A511;
}
</style>
border-color css
<style>
span { border-color: #C0A511; }
span { border-color: rgb(192,165,17); }
td.TdClassName
{
border-color: #C0A511;
}
.TagClassName
{
border-color: #C0A511;
}
</style>