Shades of Buddha Gold #C1A912
Tints of Buddha Gold #C1A912
RGB
CMYK
RGB Variations
Color information
#C1A912 (or 0xC1A912) is known color: Buddha Gold. HEX triplet: C1, A9 and 12. RGB value is (193,169,18). Sum of RGB (Red+Green+Blue) = 193+169+18=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A912 is #3E56ED. Grayscale: #9F9F9F. Windows color (decimal): -4085486 or 1223105. OLE color: 1223105.
HSL color Cylindrical-coordinate representation of color #C1A912: hue angle of 51.77º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1A912 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 169 | 18 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.24 |
| HSL | 51.77º | 0.83% | 0.41% | - |
| HSV(B) | 51.77º | 0.91% | 0.76% | - |
| XYZ | 36.29 | 39.76 | 6.33 | - |
| YUV | 158.96 | 48.45 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 169 | 18 | 0 | 0.12 | 0.91 | 0.24 | 51.77 | 0.83 | 0.41 |
| Hex | C1 | A9 | 12 | 0 | C | 5B | 18 | 34 | 53 | 29 |
| Octal | 301 | 251 | 22 | 0 | 14 | 133 | 30 | 64 | 123 | 51 |
| Binary | 11000001 | 10101001 | 10010 | 0 | 1100 | 1011011 | 11000 | 110100 | 1010011 | 101001 |
Color Harmonies of #C1A912
Complementary color
Monochromatic Colors of #C1A912
Black with #C1A912
Text Example
Text Example
White with #C1A912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A912; }
p { color: rgb(193,169,18); }
H1.HeaderClassName
{
color: #C1A912;
}
.AnyTagClassName
{
color: #C1A912;
}
</style>
background-color css
<style>
a { background-color: #C1A912; }
a { background-color: rgb(193,169,18); }
div.DivClassName
{
background-color: #C1A912;
}
.BgClassName
{
background-color: #C1A912;
}
</style>
border-color css
<style>
span { border-color: #C1A912; }
span { border-color: rgb(193,169,18); }
td.TdClassName
{
border-color: #C1A912;
}
.TagClassName
{
border-color: #C1A912;
}
</style>