Shades of Buddha Gold #C8A513
Tints of Buddha Gold #C8A513
RGB
CMYK
RGB Variations
Color information
#C8A513 (or 0xC8A513) is known color: Buddha Gold. HEX triplet: C8, A5 and 13. RGB value is (200,165,19). Sum of RGB (Red+Green+Blue) = 200+165+19=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A513 is #375AEC. Grayscale: #9F9F9F. Windows color (decimal): -3627757 or 1287624. OLE color: 1287624.
HSL color Cylindrical-coordinate representation of color #C8A513: hue angle of 48.4º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8A513 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 19 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.22 |
| HSL | 48.4º | 0.83% | 0.43% | - |
| HSV(B) | 48.4º | 0.91% | 0.78% | - |
| XYZ | 37.39 | 39.24 | 6.22 | - |
| YUV | 158.82 | 49.1 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 19 | 0 | 0.18 | 0.90 | 0.22 | 48.4 | 0.83 | 0.43 |
| Hex | C8 | A5 | 13 | 0 | 12 | 5A | 16 | 30 | 53 | 2B |
| Octal | 310 | 245 | 23 | 0 | 22 | 132 | 26 | 60 | 123 | 53 |
| Binary | 11001000 | 10100101 | 10011 | 0 | 10010 | 1011010 | 10110 | 110000 | 1010011 | 101011 |
Color Harmonies of #C8A513
Complementary color
Monochromatic Colors of #C8A513
Black with #C8A513
Text Example
Text Example
White with #C8A513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A513; }
p { color: rgb(200,165,19); }
H1.HeaderClassName
{
color: #C8A513;
}
.AnyTagClassName
{
color: #C8A513;
}
</style>
background-color css
<style>
a { background-color: #C8A513; }
a { background-color: rgb(200,165,19); }
div.DivClassName
{
background-color: #C8A513;
}
.BgClassName
{
background-color: #C8A513;
}
</style>
border-color css
<style>
span { border-color: #C8A513; }
span { border-color: rgb(200,165,19); }
td.TdClassName
{
border-color: #C8A513;
}
.TagClassName
{
border-color: #C8A513;
}
</style>