Shades of Buddha Gold #C2A512
Tints of Buddha Gold #C2A512
RGB
CMYK
RGB Variations
Color information
#C2A512 (or 0xC2A512) is known color: Buddha Gold. HEX triplet: C2, A5 and 12. RGB value is (194,165,18). Sum of RGB (Red+Green+Blue) = 194+165+18=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A512 is #3D5AED. Grayscale: #9D9D9D. Windows color (decimal): -4020974 or 1222082. OLE color: 1222082.
HSL color Cylindrical-coordinate representation of color #C2A512: hue angle of 50.11º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2A512 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 18 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.24 |
| HSL | 50.11º | 0.83% | 0.42% | - |
| HSV(B) | 50.11º | 0.91% | 0.76% | - |
| XYZ | 35.81 | 38.42 | 6.1 | - |
| YUV | 156.91 | 49.61 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 18 | 0 | 0.15 | 0.91 | 0.24 | 50.11 | 0.83 | 0.42 |
| Hex | C2 | A5 | 12 | 0 | F | 5B | 18 | 32 | 53 | 2A |
| Octal | 302 | 245 | 22 | 0 | 17 | 133 | 30 | 62 | 123 | 52 |
| Binary | 11000010 | 10100101 | 10010 | 0 | 1111 | 1011011 | 11000 | 110010 | 1010011 | 101010 |
Color Harmonies of #C2A512
Complementary color
Monochromatic Colors of #C2A512
Black with #C2A512
Text Example
Text Example
White with #C2A512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A512; }
p { color: rgb(194,165,18); }
H1.HeaderClassName
{
color: #C2A512;
}
.AnyTagClassName
{
color: #C2A512;
}
</style>
background-color css
<style>
a { background-color: #C2A512; }
a { background-color: rgb(194,165,18); }
div.DivClassName
{
background-color: #C2A512;
}
.BgClassName
{
background-color: #C2A512;
}
</style>
border-color css
<style>
span { border-color: #C2A512; }
span { border-color: rgb(194,165,18); }
td.TdClassName
{
border-color: #C2A512;
}
.TagClassName
{
border-color: #C2A512;
}
</style>