Shades of Buddha Gold #C09812
Tints of Buddha Gold #C09812
RGB
CMYK
RGB Variations
Color information
#C09812 (or 0xC09812) is known color: Buddha Gold. HEX triplet: C0, 98 and 12. RGB value is (192,152,18). Sum of RGB (Red+Green+Blue) = 192+152+18=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C09812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09812 is #3F67ED. Grayscale: #959595. Windows color (decimal): -4155374 or 1218752. OLE color: 1218752.
HSL color Cylindrical-coordinate representation of color #C09812: hue angle of 46.21º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C09812 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 18 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.25 |
| HSL | 46.21º | 0.83% | 0.41% | - |
| HSV(B) | 46.21º | 0.91% | 0.75% | - |
| XYZ | 33.08 | 33.71 | 5.34 | - |
| YUV | 148.68 | 54.25 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 18 | 0 | 0.21 | 0.91 | 0.25 | 46.21 | 0.83 | 0.41 |
| Hex | C0 | 98 | 12 | 0 | 15 | 5B | 19 | 2E | 53 | 29 |
| Octal | 300 | 230 | 22 | 0 | 25 | 133 | 31 | 56 | 123 | 51 |
| Binary | 11000000 | 10011000 | 10010 | 0 | 10101 | 1011011 | 11001 | 101110 | 1010011 | 101001 |
Color Harmonies of #C09812
Complementary color
Monochromatic Colors of #C09812
Black with #C09812
Text Example
Text Example
White with #C09812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09812; }
p { color: rgb(192,152,18); }
H1.HeaderClassName
{
color: #C09812;
}
.AnyTagClassName
{
color: #C09812;
}
</style>
background-color css
<style>
a { background-color: #C09812; }
a { background-color: rgb(192,152,18); }
div.DivClassName
{
background-color: #C09812;
}
.BgClassName
{
background-color: #C09812;
}
</style>
border-color css
<style>
span { border-color: #C09812; }
span { border-color: rgb(192,152,18); }
td.TdClassName
{
border-color: #C09812;
}
.TagClassName
{
border-color: #C09812;
}
</style>