Shades of Buddha Gold #C8A212
Tints of Buddha Gold #C8A212
RGB
CMYK
RGB Variations
Color information
#C8A212 (or 0xC8A212) is known color: Buddha Gold. HEX triplet: C8, A2 and 12. RGB value is (200,162,18). Sum of RGB (Red+Green+Blue) = 200+162+18=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A212 is #375DED. Grayscale: #9D9D9D. Windows color (decimal): -3628526 or 1221320. OLE color: 1221320.
HSL color Cylindrical-coordinate representation of color #C8A212: hue angle of 47.47º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8A212 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 18 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.22 |
| HSL | 47.47º | 0.83% | 0.43% | - |
| HSV(B) | 47.47º | 0.91% | 0.78% | - |
| XYZ | 36.85 | 38.16 | 6 | - |
| YUV | 156.95 | 49.59 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 18 | 0 | 0.19 | 0.91 | 0.22 | 47.47 | 0.83 | 0.43 |
| Hex | C8 | A2 | 12 | 0 | 13 | 5B | 16 | 2F | 53 | 2B |
| Octal | 310 | 242 | 22 | 0 | 23 | 133 | 26 | 57 | 123 | 53 |
| Binary | 11001000 | 10100010 | 10010 | 0 | 10011 | 1011011 | 10110 | 101111 | 1010011 | 101011 |
Color Harmonies of #C8A212
Complementary color
Monochromatic Colors of #C8A212
Black with #C8A212
Text Example
Text Example
White with #C8A212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A212; }
p { color: rgb(200,162,18); }
H1.HeaderClassName
{
color: #C8A212;
}
.AnyTagClassName
{
color: #C8A212;
}
</style>
background-color css
<style>
a { background-color: #C8A212; }
a { background-color: rgb(200,162,18); }
div.DivClassName
{
background-color: #C8A212;
}
.BgClassName
{
background-color: #C8A212;
}
</style>
border-color css
<style>
span { border-color: #C8A212; }
span { border-color: rgb(200,162,18); }
td.TdClassName
{
border-color: #C8A212;
}
.TagClassName
{
border-color: #C8A212;
}
</style>