Shades of Buddha Gold #C0A00C
Tints of Buddha Gold #C0A00C
RGB
CMYK
RGB Variations
Color information
#C0A00C (or 0xC0A00C) is known color: Buddha Gold. HEX triplet: C0, A0 and 0C. RGB value is (192,160,12). Sum of RGB (Red+Green+Blue) = 192+160+12=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A00C is #3F5FF3. Grayscale: #999999. Windows color (decimal): -4153332 or 827584. OLE color: 827584.
HSL color Cylindrical-coordinate representation of color #C0A00C: hue angle of 49.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0A00C is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 12 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.25 |
| HSL | 49.33º | 0.88% | 0.4% | - |
| HSV(B) | 49.33º | 0.94% | 0.75% | - |
| XYZ | 34.38 | 36.37 | 5.56 | - |
| YUV | 152.7 | 48.6 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 12 | 0 | 0.17 | 0.94 | 0.25 | 49.33 | 0.88 | 0.4 |
| Hex | C0 | A0 | C | 0 | 11 | 5E | 19 | 31 | 58 | 28 |
| Octal | 300 | 240 | 14 | 0 | 21 | 136 | 31 | 61 | 130 | 50 |
| Binary | 11000000 | 10100000 | 1100 | 0 | 10001 | 1011110 | 11001 | 110001 | 1011000 | 101000 |
Color Harmonies of #C0A00C
Complementary color
Monochromatic Colors of #C0A00C
Black with #C0A00C
Text Example
Text Example
White with #C0A00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A00C; }
p { color: rgb(192,160,12); }
H1.HeaderClassName
{
color: #C0A00C;
}
.AnyTagClassName
{
color: #C0A00C;
}
</style>
background-color css
<style>
a { background-color: #C0A00C; }
a { background-color: rgb(192,160,12); }
div.DivClassName
{
background-color: #C0A00C;
}
.BgClassName
{
background-color: #C0A00C;
}
</style>
border-color css
<style>
span { border-color: #C0A00C; }
span { border-color: rgb(192,160,12); }
td.TdClassName
{
border-color: #C0A00C;
}
.TagClassName
{
border-color: #C0A00C;
}
</style>