Shades of Buddha Gold #C0A90F
Tints of Buddha Gold #C0A90F
RGB
CMYK
RGB Variations
Color information
#C0A90F (or 0xC0A90F) is known color: Buddha Gold. HEX triplet: C0, A9 and 0F. RGB value is (192,169,15). Sum of RGB (Red+Green+Blue) = 192+169+15=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A90F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A90F is #3F56F0. Grayscale: #9E9E9E. Windows color (decimal): -4151025 or 1026496. OLE color: 1026496.
HSL color Cylindrical-coordinate representation of color #C0A90F: hue angle of 52.2º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0A90F is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 15 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.25 |
| HSL | 52.2º | 0.86% | 0.41% | - |
| HSV(B) | 52.2º | 0.92% | 0.75% | - |
| XYZ | 36.01 | 39.62 | 6.2 | - |
| YUV | 158.32 | 47.12 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 15 | 0 | 0.12 | 0.92 | 0.25 | 52.2 | 0.86 | 0.41 |
| Hex | C0 | A9 | F | 0 | C | 5C | 19 | 34 | 56 | 29 |
| Octal | 300 | 251 | 17 | 0 | 14 | 134 | 31 | 64 | 126 | 51 |
| Binary | 11000000 | 10101001 | 1111 | 0 | 1100 | 1011100 | 11001 | 110100 | 1010110 | 101001 |
Color Harmonies of #C0A90F
Complementary color
Monochromatic Colors of #C0A90F
Black with #C0A90F
Text Example
Text Example
White with #C0A90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A90F; }
p { color: rgb(192,169,15); }
H1.HeaderClassName
{
color: #C0A90F;
}
.AnyTagClassName
{
color: #C0A90F;
}
</style>
background-color css
<style>
a { background-color: #C0A90F; }
a { background-color: rgb(192,169,15); }
div.DivClassName
{
background-color: #C0A90F;
}
.BgClassName
{
background-color: #C0A90F;
}
</style>
border-color css
<style>
span { border-color: #C0A90F; }
span { border-color: rgb(192,169,15); }
td.TdClassName
{
border-color: #C0A90F;
}
.TagClassName
{
border-color: #C0A90F;
}
</style>