Shades of Buddha Gold #C0A112
Tints of Buddha Gold #C0A112
RGB
CMYK
RGB Variations
Color information
#C0A112 (or 0xC0A112) is known color: Buddha Gold. HEX triplet: C0, A1 and 12. RGB value is (192,161,18). Sum of RGB (Red+Green+Blue) = 192+161+18=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A112 is #3F5EED. Grayscale: #9A9A9A. Windows color (decimal): -4153070 or 1221056. OLE color: 1221056.
HSL color Cylindrical-coordinate representation of color #C0A112: hue angle of 49.31º degrees, saturation: 0.83, 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 #C0A112 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 18 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.25 |
| HSL | 49.31º | 0.83% | 0.41% | - |
| HSV(B) | 49.31º | 0.91% | 0.75% | - |
| XYZ | 34.59 | 36.74 | 5.84 | - |
| YUV | 153.97 | 51.27 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 18 | 0 | 0.16 | 0.91 | 0.25 | 49.31 | 0.83 | 0.41 |
| Hex | C0 | A1 | 12 | 0 | 10 | 5B | 19 | 31 | 53 | 29 |
| Octal | 300 | 241 | 22 | 0 | 20 | 133 | 31 | 61 | 123 | 51 |
| Binary | 11000000 | 10100001 | 10010 | 0 | 10000 | 1011011 | 11001 | 110001 | 1010011 | 101001 |
Color Harmonies of #C0A112
Complementary color
Monochromatic Colors of #C0A112
Black with #C0A112
Text Example
Text Example
White with #C0A112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A112; }
p { color: rgb(192,161,18); }
H1.HeaderClassName
{
color: #C0A112;
}
.AnyTagClassName
{
color: #C0A112;
}
</style>
background-color css
<style>
a { background-color: #C0A112; }
a { background-color: rgb(192,161,18); }
div.DivClassName
{
background-color: #C0A112;
}
.BgClassName
{
background-color: #C0A112;
}
</style>
border-color css
<style>
span { border-color: #C0A112; }
span { border-color: rgb(192,161,18); }
td.TdClassName
{
border-color: #C0A112;
}
.TagClassName
{
border-color: #C0A112;
}
</style>