Shades of Buddha Gold #C0A202
Tints of Buddha Gold #C0A202
RGB
CMYK
RGB Variations
Color information
#C0A202 (or 0xC0A202) is known color: Buddha Gold. HEX triplet: C0, A2 and 02. RGB value is (192,162,2). Sum of RGB (Red+Green+Blue) = 192+162+2=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A202 is #3F5DFD. Grayscale: #999999. Windows color (decimal): -4152830 or 172736. OLE color: 172736.
HSL color Cylindrical-coordinate representation of color #C0A202: hue angle of 50.53º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0A202 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.25 |
| HSL | 50.53º | 0.98% | 0.38% | - |
| HSV(B) | 50.53º | 0.99% | 0.75% | - |
| XYZ | 34.67 | 37.05 | 5.38 | - |
| YUV | 152.73 | 42.94 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 2 | 0 | 0.16 | 0.99 | 0.25 | 50.53 | 0.98 | 0.38 |
| Hex | C0 | A2 | 2 | 0 | 10 | 63 | 19 | 33 | 62 | 26 |
| Octal | 300 | 242 | 2 | 0 | 20 | 143 | 31 | 63 | 142 | 46 |
| Binary | 11000000 | 10100010 | 10 | 0 | 10000 | 1100011 | 11001 | 110011 | 1100010 | 100110 |
Color Harmonies of #C0A202
Complementary color
Monochromatic Colors of #C0A202
Black with #C0A202
Text Example
Text Example
White with #C0A202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A202; }
p { color: rgb(192,162,2); }
H1.HeaderClassName
{
color: #C0A202;
}
.AnyTagClassName
{
color: #C0A202;
}
</style>
background-color css
<style>
a { background-color: #C0A202; }
a { background-color: rgb(192,162,2); }
div.DivClassName
{
background-color: #C0A202;
}
.BgClassName
{
background-color: #C0A202;
}
</style>
border-color css
<style>
span { border-color: #C0A202; }
span { border-color: rgb(192,162,2); }
td.TdClassName
{
border-color: #C0A202;
}
.TagClassName
{
border-color: #C0A202;
}
</style>