Shades of Buddha Gold #C0A103
Tints of Buddha Gold #C0A103
RGB
CMYK
RGB Variations
Color information
#C0A103 (or 0xC0A103) is known color: Buddha Gold. HEX triplet: C0, A1 and 03. RGB value is (192,161,3). Sum of RGB (Red+Green+Blue) = 192+161+3=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A103 is #3F5EFC. Grayscale: #989898. Windows color (decimal): -4153085 or 238016. OLE color: 238016.
HSL color Cylindrical-coordinate representation of color #C0A103: hue angle of 50.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0A103 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 3 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.25 |
| HSL | 50.16º | 0.97% | 0.38% | - |
| HSV(B) | 50.16º | 0.98% | 0.75% | - |
| XYZ | 34.5 | 36.7 | 5.35 | - |
| YUV | 152.26 | 43.77 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 3 | 0 | 0.16 | 0.98 | 0.25 | 50.16 | 0.97 | 0.38 |
| Hex | C0 | A1 | 3 | 0 | 10 | 62 | 19 | 32 | 61 | 26 |
| Octal | 300 | 241 | 3 | 0 | 20 | 142 | 31 | 62 | 141 | 46 |
| Binary | 11000000 | 10100001 | 11 | 0 | 10000 | 1100010 | 11001 | 110010 | 1100001 | 100110 |
Color Harmonies of #C0A103
Complementary color
Monochromatic Colors of #C0A103
Black with #C0A103
Text Example
Text Example
White with #C0A103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A103; }
p { color: rgb(192,161,3); }
H1.HeaderClassName
{
color: #C0A103;
}
.AnyTagClassName
{
color: #C0A103;
}
</style>
background-color css
<style>
a { background-color: #C0A103; }
a { background-color: rgb(192,161,3); }
div.DivClassName
{
background-color: #C0A103;
}
.BgClassName
{
background-color: #C0A103;
}
</style>
border-color css
<style>
span { border-color: #C0A103; }
span { border-color: rgb(192,161,3); }
td.TdClassName
{
border-color: #C0A103;
}
.TagClassName
{
border-color: #C0A103;
}
</style>