Shades of Buddha Gold #C9A00C
Tints of Buddha Gold #C9A00C
RGB
CMYK
RGB Variations
Color information
#C9A00C (or 0xC9A00C) is known color: Buddha Gold. HEX triplet: C9, A0 and 0C. RGB value is (201,160,12). Sum of RGB (Red+Green+Blue) = 201+160+12=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A00C is #365FF3. Grayscale: #9C9C9C. Windows color (decimal): -3563508 or 827593. OLE color: 827593.
HSL color Cylindrical-coordinate representation of color #C9A00C: hue angle of 46.98º 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 #C9A00C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 12 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.21 |
| HSL | 46.98º | 0.89% | 0.42% | - |
| HSV(B) | 46.98º | 0.94% | 0.79% | - |
| XYZ | 36.72 | 37.59 | 5.67 | - |
| YUV | 155.39 | 47.08 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 12 | 0 | 0.20 | 0.94 | 0.21 | 46.98 | 0.89 | 0.42 |
| Hex | C9 | A0 | C | 0 | 14 | 5E | 15 | 2F | 59 | 2A |
| Octal | 311 | 240 | 14 | 0 | 24 | 136 | 25 | 57 | 131 | 52 |
| Binary | 11001001 | 10100000 | 1100 | 0 | 10100 | 1011110 | 10101 | 101111 | 1011001 | 101010 |
Color Harmonies of #C9A00C
Complementary color
Monochromatic Colors of #C9A00C
Black with #C9A00C
Text Example
Text Example
White with #C9A00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A00C; }
p { color: rgb(201,160,12); }
H1.HeaderClassName
{
color: #C9A00C;
}
.AnyTagClassName
{
color: #C9A00C;
}
</style>
background-color css
<style>
a { background-color: #C9A00C; }
a { background-color: rgb(201,160,12); }
div.DivClassName
{
background-color: #C9A00C;
}
.BgClassName
{
background-color: #C9A00C;
}
</style>
border-color css
<style>
span { border-color: #C9A00C; }
span { border-color: rgb(201,160,12); }
td.TdClassName
{
border-color: #C9A00C;
}
.TagClassName
{
border-color: #C9A00C;
}
</style>