Shades of Buddha Gold #C8A915
Tints of Buddha Gold #C8A915
RGB
CMYK
RGB Variations
Color information
#C8A915 (or 0xC8A915) is known color: Buddha Gold. HEX triplet: C8, A9 and 15. RGB value is (200,169,21). Sum of RGB (Red+Green+Blue) = 200+169+21=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A915 is #3756EA. Grayscale: #A2A2A2. Windows color (decimal): -3626731 or 1419720. OLE color: 1419720.
HSL color Cylindrical-coordinate representation of color #C8A915: hue angle of 49.61º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8A915 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 21 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.22 |
| HSL | 49.61º | 0.81% | 0.43% | - |
| HSV(B) | 49.61º | 0.9% | 0.78% | - |
| XYZ | 38.14 | 40.71 | 6.56 | - |
| YUV | 161.4 | 48.77 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 21 | 0 | 0.16 | 0.90 | 0.22 | 49.61 | 0.81 | 0.43 |
| Hex | C8 | A9 | 15 | 0 | 10 | 5A | 16 | 32 | 51 | 2B |
| Octal | 310 | 251 | 25 | 0 | 20 | 132 | 26 | 62 | 121 | 53 |
| Binary | 11001000 | 10101001 | 10101 | 0 | 10000 | 1011010 | 10110 | 110010 | 1010001 | 101011 |
Color Harmonies of #C8A915
Complementary color
Monochromatic Colors of #C8A915
Black with #C8A915
Text Example
Text Example
White with #C8A915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A915; }
p { color: rgb(200,169,21); }
H1.HeaderClassName
{
color: #C8A915;
}
.AnyTagClassName
{
color: #C8A915;
}
</style>
background-color css
<style>
a { background-color: #C8A915; }
a { background-color: rgb(200,169,21); }
div.DivClassName
{
background-color: #C8A915;
}
.BgClassName
{
background-color: #C8A915;
}
</style>
border-color css
<style>
span { border-color: #C8A915; }
span { border-color: rgb(200,169,21); }
td.TdClassName
{
border-color: #C8A915;
}
.TagClassName
{
border-color: #C8A915;
}
</style>