Shades of Buddha Gold #C8A403
Tints of Buddha Gold #C8A403
RGB
CMYK
RGB Variations
Color information
#C8A403 (or 0xC8A403) is known color: Buddha Gold. HEX triplet: C8, A4 and 03. RGB value is (200,164,3). Sum of RGB (Red+Green+Blue) = 200+164+3=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A403 is #375BFC. Grayscale: #9D9D9D. Windows color (decimal): -3628029 or 238792. OLE color: 238792.
HSL color Cylindrical-coordinate representation of color #C8A403: hue angle of 49.04º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8A403 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 3 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.22 |
| HSL | 49.04º | 0.97% | 0.4% | - |
| HSV(B) | 49.04º | 0.99% | 0.78% | - |
| XYZ | 37.11 | 38.84 | 5.63 | - |
| YUV | 156.41 | 41.43 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 3 | 0 | 0.18 | 0.98 | 0.22 | 49.04 | 0.97 | 0.4 |
| Hex | C8 | A4 | 3 | 0 | 12 | 62 | 16 | 31 | 61 | 28 |
| Octal | 310 | 244 | 3 | 0 | 22 | 142 | 26 | 61 | 141 | 50 |
| Binary | 11001000 | 10100100 | 11 | 0 | 10010 | 1100010 | 10110 | 110001 | 1100001 | 101000 |
Color Harmonies of #C8A403
Complementary color
Monochromatic Colors of #C8A403
Black with #C8A403
Text Example
Text Example
White with #C8A403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A403; }
p { color: rgb(200,164,3); }
H1.HeaderClassName
{
color: #C8A403;
}
.AnyTagClassName
{
color: #C8A403;
}
</style>
background-color css
<style>
a { background-color: #C8A403; }
a { background-color: rgb(200,164,3); }
div.DivClassName
{
background-color: #C8A403;
}
.BgClassName
{
background-color: #C8A403;
}
</style>
border-color css
<style>
span { border-color: #C8A403; }
span { border-color: rgb(200,164,3); }
td.TdClassName
{
border-color: #C8A403;
}
.TagClassName
{
border-color: #C8A403;
}
</style>