Shades of Buddha Gold #C8A100
Tints of Buddha Gold #C8A100
RGB
CMYK
RGB Variations
Color information
#C8A100 (or 0xC8A100) is known color: Buddha Gold. HEX triplet: C8, A1 and 00. RGB value is (200,161,0). Sum of RGB (Red+Green+Blue) = 200+161+0=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A100 is #375EFF. Grayscale: #9A9A9A. Windows color (decimal): -3628800 or 41416. OLE color: 41416.
HSL color Cylindrical-coordinate representation of color #C8A100: hue angle of 48.3º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8A100 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.22 |
| HSL | 48.3º | 1% | 0.39% | - |
| HSV(B) | 48.3º | 1% | 0.78% | - |
| XYZ | 36.56 | 37.77 | 5.36 | - |
| YUV | 154.31 | 40.92 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 0 | 0 | 0.19 | 1 | 0.22 | 48.3 | 1 | 0.39 |
| Hex | C8 | A1 | 0 | 0 | 13 | 64 | 16 | 30 | 64 | 27 |
| Octal | 310 | 241 | 0 | 0 | 23 | 144 | 26 | 60 | 144 | 47 |
| Binary | 11001000 | 10100001 | 0 | 0 | 10011 | 1100100 | 10110 | 110000 | 1100100 | 100111 |
Color Harmonies of #C8A100
Complementary color
Monochromatic Colors of #C8A100
Black with #C8A100
Text Example
Text Example
White with #C8A100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A100; }
p { color: rgb(200,161,0); }
H1.HeaderClassName
{
color: #C8A100;
}
.AnyTagClassName
{
color: #C8A100;
}
</style>
background-color css
<style>
a { background-color: #C8A100; }
a { background-color: rgb(200,161,0); }
div.DivClassName
{
background-color: #C8A100;
}
.BgClassName
{
background-color: #C8A100;
}
</style>
border-color css
<style>
span { border-color: #C8A100; }
span { border-color: rgb(200,161,0); }
td.TdClassName
{
border-color: #C8A100;
}
.TagClassName
{
border-color: #C8A100;
}
</style>