Shades of Buddha Gold #C8A312
Tints of Buddha Gold #C8A312
RGB
CMYK
RGB Variations
Color information
#C8A312 (or 0xC8A312) is known color: Buddha Gold. HEX triplet: C8, A3 and 12. RGB value is (200,163,18). Sum of RGB (Red+Green+Blue) = 200+163+18=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A312 is #375CED. Grayscale: #9E9E9E. Windows color (decimal): -3628270 or 1221576. OLE color: 1221576.
HSL color Cylindrical-coordinate representation of color #C8A312: hue angle of 47.8º 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 #C8A312 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 18 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.22 |
| HSL | 47.8º | 0.83% | 0.43% | - |
| HSV(B) | 47.8º | 0.91% | 0.78% | - |
| XYZ | 37.03 | 38.52 | 6.06 | - |
| YUV | 157.53 | 49.26 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 18 | 0 | 0.18 | 0.91 | 0.22 | 47.8 | 0.83 | 0.43 |
| Hex | C8 | A3 | 12 | 0 | 12 | 5B | 16 | 30 | 53 | 2B |
| Octal | 310 | 243 | 22 | 0 | 22 | 133 | 26 | 60 | 123 | 53 |
| Binary | 11001000 | 10100011 | 10010 | 0 | 10010 | 1011011 | 10110 | 110000 | 1010011 | 101011 |
Color Harmonies of #C8A312
Complementary color
Monochromatic Colors of #C8A312
Black with #C8A312
Text Example
Text Example
White with #C8A312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A312; }
p { color: rgb(200,163,18); }
H1.HeaderClassName
{
color: #C8A312;
}
.AnyTagClassName
{
color: #C8A312;
}
</style>
background-color css
<style>
a { background-color: #C8A312; }
a { background-color: rgb(200,163,18); }
div.DivClassName
{
background-color: #C8A312;
}
.BgClassName
{
background-color: #C8A312;
}
</style>
border-color css
<style>
span { border-color: #C8A312; }
span { border-color: rgb(200,163,18); }
td.TdClassName
{
border-color: #C8A312;
}
.TagClassName
{
border-color: #C8A312;
}
</style>