Shades of Buddha Gold #C0A908
Tints of Buddha Gold #C0A908
RGB
CMYK
RGB Variations
Color information
#C0A908 (or 0xC0A908) is known color: Buddha Gold. HEX triplet: C0, A9 and 08. RGB value is (192,169,8). Sum of RGB (Red+Green+Blue) = 192+169+8=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A908 is #3F56F7. Grayscale: #9E9E9E. Windows color (decimal): -4151032 or 567744. OLE color: 567744.
HSL color Cylindrical-coordinate representation of color #C0A908: hue angle of 52.5º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0A908 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 8 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.25 |
| HSL | 52.5º | 0.92% | 0.39% | - |
| HSV(B) | 52.5º | 0.96% | 0.75% | - |
| XYZ | 35.97 | 39.6 | 5.98 | - |
| YUV | 157.52 | 43.62 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 8 | 0 | 0.12 | 0.96 | 0.25 | 52.5 | 0.92 | 0.39 |
| Hex | C0 | A9 | 8 | 0 | C | 60 | 19 | 34 | 5C | 27 |
| Octal | 300 | 251 | 10 | 0 | 14 | 140 | 31 | 64 | 134 | 47 |
| Binary | 11000000 | 10101001 | 1000 | 0 | 1100 | 1100000 | 11001 | 110100 | 1011100 | 100111 |
Color Harmonies of #C0A908
Complementary color
Monochromatic Colors of #C0A908
Black with #C0A908
Text Example
Text Example
White with #C0A908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A908; }
p { color: rgb(192,169,8); }
H1.HeaderClassName
{
color: #C0A908;
}
.AnyTagClassName
{
color: #C0A908;
}
</style>
background-color css
<style>
a { background-color: #C0A908; }
a { background-color: rgb(192,169,8); }
div.DivClassName
{
background-color: #C0A908;
}
.BgClassName
{
background-color: #C0A908;
}
</style>
border-color css
<style>
span { border-color: #C0A908; }
span { border-color: rgb(192,169,8); }
td.TdClassName
{
border-color: #C0A908;
}
.TagClassName
{
border-color: #C0A908;
}
</style>