Shades of Buddha Gold #C0A70F
Tints of Buddha Gold #C0A70F
RGB
CMYK
RGB Variations
Color information
#C0A70F (or 0xC0A70F) is known color: Buddha Gold. HEX triplet: C0, A7 and 0F. RGB value is (192,167,15). Sum of RGB (Red+Green+Blue) = 192+167+15=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A70F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A70F is #3F58F0. Grayscale: #9D9D9D. Windows color (decimal): -4151537 or 1025984. OLE color: 1025984.
HSL color Cylindrical-coordinate representation of color #C0A70F: hue angle of 51.53º 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 #C0A70F is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 15 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.25 |
| HSL | 51.53º | 0.86% | 0.41% | - |
| HSV(B) | 51.53º | 0.92% | 0.75% | - |
| XYZ | 35.64 | 38.88 | 6.08 | - |
| YUV | 157.15 | 47.78 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 15 | 0 | 0.13 | 0.92 | 0.25 | 51.53 | 0.86 | 0.41 |
| Hex | C0 | A7 | F | 0 | D | 5C | 19 | 34 | 56 | 29 |
| Octal | 300 | 247 | 17 | 0 | 15 | 134 | 31 | 64 | 126 | 51 |
| Binary | 11000000 | 10100111 | 1111 | 0 | 1101 | 1011100 | 11001 | 110100 | 1010110 | 101001 |
Color Harmonies of #C0A70F
Complementary color
Monochromatic Colors of #C0A70F
Black with #C0A70F
Text Example
Text Example
White with #C0A70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A70F; }
p { color: rgb(192,167,15); }
H1.HeaderClassName
{
color: #C0A70F;
}
.AnyTagClassName
{
color: #C0A70F;
}
</style>
background-color css
<style>
a { background-color: #C0A70F; }
a { background-color: rgb(192,167,15); }
div.DivClassName
{
background-color: #C0A70F;
}
.BgClassName
{
background-color: #C0A70F;
}
</style>
border-color css
<style>
span { border-color: #C0A70F; }
span { border-color: rgb(192,167,15); }
td.TdClassName
{
border-color: #C0A70F;
}
.TagClassName
{
border-color: #C0A70F;
}
</style>