Shades of Buddha Gold #C9A80C
Tints of Buddha Gold #C9A80C
RGB
CMYK
RGB Variations
Color information
#C9A80C (or 0xC9A80C) is known color: Buddha Gold. HEX triplet: C9, A8 and 0C. RGB value is (201,168,12). Sum of RGB (Red+Green+Blue) = 201+168+12=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A80C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A80C is #3657F3. Grayscale: #A0A0A0. Windows color (decimal): -3561460 or 829641. OLE color: 829641.
HSL color Cylindrical-coordinate representation of color #C9A80C: hue angle of 49.52º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9A80C is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 12 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.21 |
| HSL | 49.52º | 0.89% | 0.42% | - |
| HSV(B) | 49.52º | 0.94% | 0.79% | - |
| XYZ | 38.16 | 40.45 | 6.14 | - |
| YUV | 160.08 | 44.43 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 12 | 0 | 0.16 | 0.94 | 0.21 | 49.52 | 0.89 | 0.42 |
| Hex | C9 | A8 | C | 0 | 10 | 5E | 15 | 32 | 59 | 2A |
| Octal | 311 | 250 | 14 | 0 | 20 | 136 | 25 | 62 | 131 | 52 |
| Binary | 11001001 | 10101000 | 1100 | 0 | 10000 | 1011110 | 10101 | 110010 | 1011001 | 101010 |
Color Harmonies of #C9A80C
Complementary color
Monochromatic Colors of #C9A80C
Black with #C9A80C
Text Example
Text Example
White with #C9A80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A80C; }
p { color: rgb(201,168,12); }
H1.HeaderClassName
{
color: #C9A80C;
}
.AnyTagClassName
{
color: #C9A80C;
}
</style>
background-color css
<style>
a { background-color: #C9A80C; }
a { background-color: rgb(201,168,12); }
div.DivClassName
{
background-color: #C9A80C;
}
.BgClassName
{
background-color: #C9A80C;
}
</style>
border-color css
<style>
span { border-color: #C9A80C; }
span { border-color: rgb(201,168,12); }
td.TdClassName
{
border-color: #C9A80C;
}
.TagClassName
{
border-color: #C9A80C;
}
</style>