Shades of Buddha Gold #C0A813
Tints of Buddha Gold #C0A813
RGB
CMYK
RGB Variations
Color information
#C0A813 (or 0xC0A813) is known color: Buddha Gold. HEX triplet: C0, A8 and 13. RGB value is (192,168,19). Sum of RGB (Red+Green+Blue) = 192+168+19=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A813 is #3F57EC. Grayscale: #9E9E9E. Windows color (decimal): -4151277 or 1288384. OLE color: 1288384.
HSL color Cylindrical-coordinate representation of color #C0A813: hue angle of 51.68º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0A813 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 19 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.25 |
| HSL | 51.68º | 0.82% | 0.41% | - |
| HSV(B) | 51.68º | 0.9% | 0.75% | - |
| XYZ | 35.86 | 39.26 | 6.3 | - |
| YUV | 158.19 | 49.45 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 19 | 0 | 0.12 | 0.90 | 0.25 | 51.68 | 0.82 | 0.41 |
| Hex | C0 | A8 | 13 | 0 | C | 5A | 19 | 34 | 52 | 29 |
| Octal | 300 | 250 | 23 | 0 | 14 | 132 | 31 | 64 | 122 | 51 |
| Binary | 11000000 | 10101000 | 10011 | 0 | 1100 | 1011010 | 11001 | 110100 | 1010010 | 101001 |
Color Harmonies of #C0A813
Complementary color
Monochromatic Colors of #C0A813
Black with #C0A813
Text Example
Text Example
White with #C0A813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A813; }
p { color: rgb(192,168,19); }
H1.HeaderClassName
{
color: #C0A813;
}
.AnyTagClassName
{
color: #C0A813;
}
</style>
background-color css
<style>
a { background-color: #C0A813; }
a { background-color: rgb(192,168,19); }
div.DivClassName
{
background-color: #C0A813;
}
.BgClassName
{
background-color: #C0A813;
}
</style>
border-color css
<style>
span { border-color: #C0A813; }
span { border-color: rgb(192,168,19); }
td.TdClassName
{
border-color: #C0A813;
}
.TagClassName
{
border-color: #C0A813;
}
</style>