Shades of Buddha Gold #C8A11E
Tints of Buddha Gold #C8A11E
RGB
CMYK
RGB Variations
Color information
#C8A11E (or 0xC8A11E) is known color: Buddha Gold. HEX triplet: C8, A1 and 1E. RGB value is (200,161,30). Sum of RGB (Red+Green+Blue) = 200+161+30=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A11E is #375EE1. Grayscale: #9E9E9E. Windows color (decimal): -3628770 or 2007496. OLE color: 2007496.
HSL color Cylindrical-coordinate representation of color #C8A11E: hue angle of 46.24º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8A11E is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 30 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.22 |
| HSL | 46.24º | 0.74% | 0.45% | - |
| HSV(B) | 46.24º | 0.85% | 0.78% | - |
| XYZ | 36.8 | 37.86 | 6.6 | - |
| YUV | 157.73 | 55.92 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 30 | 0 | 0.19 | 0.85 | 0.22 | 46.24 | 0.74 | 0.45 |
| Hex | C8 | A1 | 1E | 0 | 13 | 55 | 16 | 2E | 4A | 2D |
| Octal | 310 | 241 | 36 | 0 | 23 | 125 | 26 | 56 | 112 | 55 |
| Binary | 11001000 | 10100001 | 11110 | 0 | 10011 | 1010101 | 10110 | 101110 | 1001010 | 101101 |
Color Harmonies of #C8A11E
Complementary color
Monochromatic Colors of #C8A11E
Black with #C8A11E
Text Example
Text Example
White with #C8A11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A11E; }
p { color: rgb(200,161,30); }
H1.HeaderClassName
{
color: #C8A11E;
}
.AnyTagClassName
{
color: #C8A11E;
}
</style>
background-color css
<style>
a { background-color: #C8A11E; }
a { background-color: rgb(200,161,30); }
div.DivClassName
{
background-color: #C8A11E;
}
.BgClassName
{
background-color: #C8A11E;
}
</style>
border-color css
<style>
span { border-color: #C8A11E; }
span { border-color: rgb(200,161,30); }
td.TdClassName
{
border-color: #C8A11E;
}
.TagClassName
{
border-color: #C8A11E;
}
</style>