Shades of Buddha Gold #C8A110
Tints of Buddha Gold #C8A110
RGB
CMYK
RGB Variations
Color information
#C8A110 (or 0xC8A110) is known color: Buddha Gold. HEX triplet: C8, A1 and 10. RGB value is (200,161,16). Sum of RGB (Red+Green+Blue) = 200+161+16=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A110 is #375EEF. Grayscale: #9C9C9C. Windows color (decimal): -3628784 or 1089992. OLE color: 1089992.
HSL color Cylindrical-coordinate representation of color #C8A110: hue angle of 47.28º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8A110 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 16 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.22 |
| HSL | 47.28º | 0.85% | 0.42% | - |
| HSV(B) | 47.28º | 0.92% | 0.78% | - |
| XYZ | 36.66 | 37.81 | 5.86 | - |
| YUV | 156.13 | 48.92 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 16 | 0 | 0.19 | 0.92 | 0.22 | 47.28 | 0.85 | 0.42 |
| Hex | C8 | A1 | 10 | 0 | 13 | 5C | 16 | 2F | 55 | 2A |
| Octal | 310 | 241 | 20 | 0 | 23 | 134 | 26 | 57 | 125 | 52 |
| Binary | 11001000 | 10100001 | 10000 | 0 | 10011 | 1011100 | 10110 | 101111 | 1010101 | 101010 |
Color Harmonies of #C8A110
Complementary color
Monochromatic Colors of #C8A110
Black with #C8A110
Text Example
Text Example
White with #C8A110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A110; }
p { color: rgb(200,161,16); }
H1.HeaderClassName
{
color: #C8A110;
}
.AnyTagClassName
{
color: #C8A110;
}
</style>
background-color css
<style>
a { background-color: #C8A110; }
a { background-color: rgb(200,161,16); }
div.DivClassName
{
background-color: #C8A110;
}
.BgClassName
{
background-color: #C8A110;
}
</style>
border-color css
<style>
span { border-color: #C8A110; }
span { border-color: rgb(200,161,16); }
td.TdClassName
{
border-color: #C8A110;
}
.TagClassName
{
border-color: #C8A110;
}
</style>