Shades of Buddha Gold #C8A30C
Tints of Buddha Gold #C8A30C
RGB
CMYK
RGB Variations
Color information
#C8A30C (or 0xC8A30C) is known color: Buddha Gold. HEX triplet: C8, A3 and 0C. RGB value is (200,163,12). Sum of RGB (Red+Green+Blue) = 200+163+12=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A30C is #375CF3. Grayscale: #9D9D9D. Windows color (decimal): -3628276 or 828360. OLE color: 828360.
HSL color Cylindrical-coordinate representation of color #C8A30C: hue angle of 48.19º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8A30C is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 12 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.22 |
| HSL | 48.19º | 0.89% | 0.42% | - |
| HSV(B) | 48.19º | 0.94% | 0.78% | - |
| XYZ | 36.98 | 38.5 | 5.83 | - |
| YUV | 156.85 | 46.26 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 12 | 0 | 0.18 | 0.94 | 0.22 | 48.19 | 0.89 | 0.42 |
| Hex | C8 | A3 | C | 0 | 12 | 5E | 16 | 30 | 59 | 2A |
| Octal | 310 | 243 | 14 | 0 | 22 | 136 | 26 | 60 | 131 | 52 |
| Binary | 11001000 | 10100011 | 1100 | 0 | 10010 | 1011110 | 10110 | 110000 | 1011001 | 101010 |
Color Harmonies of #C8A30C
Complementary color
Monochromatic Colors of #C8A30C
Black with #C8A30C
Text Example
Text Example
White with #C8A30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A30C; }
p { color: rgb(200,163,12); }
H1.HeaderClassName
{
color: #C8A30C;
}
.AnyTagClassName
{
color: #C8A30C;
}
</style>
background-color css
<style>
a { background-color: #C8A30C; }
a { background-color: rgb(200,163,12); }
div.DivClassName
{
background-color: #C8A30C;
}
.BgClassName
{
background-color: #C8A30C;
}
</style>
border-color css
<style>
span { border-color: #C8A30C; }
span { border-color: rgb(200,163,12); }
td.TdClassName
{
border-color: #C8A30C;
}
.TagClassName
{
border-color: #C8A30C;
}
</style>