Shades of Buddha Gold #C2A51A
Tints of Buddha Gold #C2A51A
RGB
CMYK
RGB Variations
Color information
#C2A51A (or 0xC2A51A) is known color: Buddha Gold. HEX triplet: C2, A5 and 1A. RGB value is (194,165,26). Sum of RGB (Red+Green+Blue) = 194+165+26=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A51A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A51A is #3D5AE5. Grayscale: #9E9E9E. Windows color (decimal): -4020966 or 1746370. OLE color: 1746370.
HSL color Cylindrical-coordinate representation of color #C2A51A: hue angle of 49.64º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2A51A is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 26 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.24 |
| HSL | 49.64º | 0.76% | 0.43% | - |
| HSV(B) | 49.64º | 0.87% | 0.76% | - |
| XYZ | 35.89 | 38.45 | 6.51 | - |
| YUV | 157.83 | 53.61 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 26 | 0 | 0.15 | 0.87 | 0.24 | 49.64 | 0.76 | 0.43 |
| Hex | C2 | A5 | 1A | 0 | F | 57 | 18 | 32 | 4C | 2B |
| Octal | 302 | 245 | 32 | 0 | 17 | 127 | 30 | 62 | 114 | 53 |
| Binary | 11000010 | 10100101 | 11010 | 0 | 1111 | 1010111 | 11000 | 110010 | 1001100 | 101011 |
Color Harmonies of #C2A51A
Complementary color
Monochromatic Colors of #C2A51A
Black with #C2A51A
Text Example
Text Example
White with #C2A51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A51A; }
p { color: rgb(194,165,26); }
H1.HeaderClassName
{
color: #C2A51A;
}
.AnyTagClassName
{
color: #C2A51A;
}
</style>
background-color css
<style>
a { background-color: #C2A51A; }
a { background-color: rgb(194,165,26); }
div.DivClassName
{
background-color: #C2A51A;
}
.BgClassName
{
background-color: #C2A51A;
}
</style>
border-color css
<style>
span { border-color: #C2A51A; }
span { border-color: rgb(194,165,26); }
td.TdClassName
{
border-color: #C2A51A;
}
.TagClassName
{
border-color: #C2A51A;
}
</style>