Shades of Buddha Gold #C9A108
Tints of Buddha Gold #C9A108
RGB
CMYK
RGB Variations
Color information
#C9A108 (or 0xC9A108) is known color: Buddha Gold. HEX triplet: C9, A1 and 08. RGB value is (201,161,8). Sum of RGB (Red+Green+Blue) = 201+161+8=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A108 is #365EF7. Grayscale: #9C9C9C. Windows color (decimal): -3563256 or 565705. OLE color: 565705.
HSL color Cylindrical-coordinate representation of color #C9A108: hue angle of 47.56º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9A108 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 8 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.21 |
| HSL | 47.56º | 0.92% | 0.41% | - |
| HSV(B) | 47.56º | 0.96% | 0.79% | - |
| XYZ | 36.88 | 37.92 | 5.61 | - |
| YUV | 155.52 | 44.75 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 8 | 0 | 0.20 | 0.96 | 0.21 | 47.56 | 0.92 | 0.41 |
| Hex | C9 | A1 | 8 | 0 | 14 | 60 | 15 | 30 | 5C | 29 |
| Octal | 311 | 241 | 10 | 0 | 24 | 140 | 25 | 60 | 134 | 51 |
| Binary | 11001001 | 10100001 | 1000 | 0 | 10100 | 1100000 | 10101 | 110000 | 1011100 | 101001 |
Color Harmonies of #C9A108
Complementary color
Monochromatic Colors of #C9A108
Black with #C9A108
Text Example
Text Example
White with #C9A108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A108; }
p { color: rgb(201,161,8); }
H1.HeaderClassName
{
color: #C9A108;
}
.AnyTagClassName
{
color: #C9A108;
}
</style>
background-color css
<style>
a { background-color: #C9A108; }
a { background-color: rgb(201,161,8); }
div.DivClassName
{
background-color: #C9A108;
}
.BgClassName
{
background-color: #C9A108;
}
</style>
border-color css
<style>
span { border-color: #C9A108; }
span { border-color: rgb(201,161,8); }
td.TdClassName
{
border-color: #C9A108;
}
.TagClassName
{
border-color: #C9A108;
}
</style>