Shades of Buddha Gold #C0A800
Tints of Buddha Gold #C0A800
RGB
CMYK
RGB Variations
Color information
#C0A800 (or 0xC0A800) is known color: Buddha Gold. HEX triplet: C0, A8 and 00. RGB value is (192,168,0). Sum of RGB (Red+Green+Blue) = 192+168+0=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A800 is #3F57FF. Grayscale: #9C9C9C. Windows color (decimal): -4151296 or 43200. OLE color: 43200.
HSL color Cylindrical-coordinate representation of color #C0A800: hue angle of 52.5º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0A800 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.25 |
| HSL | 52.5º | 1% | 0.38% | - |
| HSV(B) | 52.5º | 1% | 0.75% | - |
| XYZ | 35.74 | 39.21 | 5.68 | - |
| YUV | 156.02 | 39.95 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 0 | 0 | 0.12 | 1 | 0.25 | 52.5 | 1 | 0.38 |
| Hex | C0 | A8 | 0 | 0 | C | 64 | 19 | 34 | 64 | 26 |
| Octal | 300 | 250 | 0 | 0 | 14 | 144 | 31 | 64 | 144 | 46 |
| Binary | 11000000 | 10101000 | 0 | 0 | 1100 | 1100100 | 11001 | 110100 | 1100100 | 100110 |
Color Harmonies of #C0A800
Complementary color
Monochromatic Colors of #C0A800
Black with #C0A800
Text Example
Text Example
White with #C0A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A800; }
p { color: rgb(192,168,0); }
H1.HeaderClassName
{
color: #C0A800;
}
.AnyTagClassName
{
color: #C0A800;
}
</style>
background-color css
<style>
a { background-color: #C0A800; }
a { background-color: rgb(192,168,0); }
div.DivClassName
{
background-color: #C0A800;
}
.BgClassName
{
background-color: #C0A800;
}
</style>
border-color css
<style>
span { border-color: #C0A800; }
span { border-color: rgb(192,168,0); }
td.TdClassName
{
border-color: #C0A800;
}
.TagClassName
{
border-color: #C0A800;
}
</style>