Shades of Buddha Gold #C8A01A
Tints of Buddha Gold #C8A01A
RGB
CMYK
RGB Variations
Color information
#C8A01A (or 0xC8A01A) is known color: Buddha Gold. HEX triplet: C8, A0 and 1A. RGB value is (200,160,26). Sum of RGB (Red+Green+Blue) = 200+160+26=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A01A is #375FE5. Grayscale: #9D9D9D. Windows color (decimal): -3629030 or 1745096. OLE color: 1745096.
HSL color Cylindrical-coordinate representation of color #C8A01A: hue angle of 46.21º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8A01A is Cyan = 0, Magento = 0.2, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 26 | - |
| CMYK | 0 | 0.2 | 0.87 | 0.22 |
| HSL | 46.21º | 0.77% | 0.44% | - |
| HSV(B) | 46.21º | 0.87% | 0.78% | - |
| XYZ | 36.58 | 37.5 | 6.29 | - |
| YUV | 156.68 | 54.25 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 26 | 0 | 0.2 | 0.87 | 0.22 | 46.21 | 0.77 | 0.44 |
| Hex | C8 | A0 | 1A | 0 | 14 | 57 | 16 | 2E | 4D | 2C |
| Octal | 310 | 240 | 32 | 0 | 24 | 127 | 26 | 56 | 115 | 54 |
| Binary | 11001000 | 10100000 | 11010 | 0 | 10100 | 1010111 | 10110 | 101110 | 1001101 | 101100 |
Color Harmonies of #C8A01A
Complementary color
Monochromatic Colors of #C8A01A
Black with #C8A01A
Text Example
Text Example
White with #C8A01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A01A; }
p { color: rgb(200,160,26); }
H1.HeaderClassName
{
color: #C8A01A;
}
.AnyTagClassName
{
color: #C8A01A;
}
</style>
background-color css
<style>
a { background-color: #C8A01A; }
a { background-color: rgb(200,160,26); }
div.DivClassName
{
background-color: #C8A01A;
}
.BgClassName
{
background-color: #C8A01A;
}
</style>
border-color css
<style>
span { border-color: #C8A01A; }
span { border-color: rgb(200,160,26); }
td.TdClassName
{
border-color: #C8A01A;
}
.TagClassName
{
border-color: #C8A01A;
}
</style>