Shades of Buddha Gold #C0A402
Tints of Buddha Gold #C0A402
RGB
CMYK
RGB Variations
Color information
#C0A402 (or 0xC0A402) is known color: Buddha Gold. HEX triplet: C0, A4 and 02. RGB value is (192,164,2). Sum of RGB (Red+Green+Blue) = 192+164+2=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A402 is #3F5BFD. Grayscale: #9A9A9A. Windows color (decimal): -4152318 or 173248. OLE color: 173248.
HSL color Cylindrical-coordinate representation of color #C0A402: hue angle of 51.16º 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 #C0A402 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 164 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.25 |
| HSL | 51.16º | 0.98% | 0.38% | - |
| HSV(B) | 51.16º | 0.99% | 0.75% | - |
| XYZ | 35.02 | 37.76 | 5.5 | - |
| YUV | 153.9 | 42.28 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 2 | 0 | 0.15 | 0.99 | 0.25 | 51.16 | 0.98 | 0.38 |
| Hex | C0 | A4 | 2 | 0 | F | 63 | 19 | 33 | 62 | 26 |
| Octal | 300 | 244 | 2 | 0 | 17 | 143 | 31 | 63 | 142 | 46 |
| Binary | 11000000 | 10100100 | 10 | 0 | 1111 | 1100011 | 11001 | 110011 | 1100010 | 100110 |
Color Harmonies of #C0A402
Complementary color
Monochromatic Colors of #C0A402
Black with #C0A402
Text Example
Text Example
White with #C0A402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A402; }
p { color: rgb(192,164,2); }
H1.HeaderClassName
{
color: #C0A402;
}
.AnyTagClassName
{
color: #C0A402;
}
</style>
background-color css
<style>
a { background-color: #C0A402; }
a { background-color: rgb(192,164,2); }
div.DivClassName
{
background-color: #C0A402;
}
.BgClassName
{
background-color: #C0A402;
}
</style>
border-color css
<style>
span { border-color: #C0A402; }
span { border-color: rgb(192,164,2); }
td.TdClassName
{
border-color: #C0A402;
}
.TagClassName
{
border-color: #C0A402;
}
</style>