Shades of Buddha Gold #C2A01B
Tints of Buddha Gold #C2A01B
RGB
CMYK
RGB Variations
Color information
#C2A01B (or 0xC2A01B) is known color: Buddha Gold. HEX triplet: C2, A0 and 1B. RGB value is (194,160,27). Sum of RGB (Red+Green+Blue) = 194+160+27=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A01B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A01B is #3D5FE4. Grayscale: #9B9B9B. Windows color (decimal): -4022245 or 1810626. OLE color: 1810626.
HSL color Cylindrical-coordinate representation of color #C2A01B: hue angle of 47.78º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2A01B is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 27 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.24 |
| HSL | 47.78º | 0.76% | 0.43% | - |
| HSV(B) | 47.78º | 0.86% | 0.76% | - |
| XYZ | 35.02 | 36.69 | 6.27 | - |
| YUV | 155 | 55.76 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 27 | 0 | 0.18 | 0.86 | 0.24 | 47.78 | 0.76 | 0.43 |
| Hex | C2 | A0 | 1B | 0 | 12 | 56 | 18 | 30 | 4C | 2B |
| Octal | 302 | 240 | 33 | 0 | 22 | 126 | 30 | 60 | 114 | 53 |
| Binary | 11000010 | 10100000 | 11011 | 0 | 10010 | 1010110 | 11000 | 110000 | 1001100 | 101011 |
Color Harmonies of #C2A01B
Complementary color
Monochromatic Colors of #C2A01B
Black with #C2A01B
Text Example
Text Example
White with #C2A01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A01B; }
p { color: rgb(194,160,27); }
H1.HeaderClassName
{
color: #C2A01B;
}
.AnyTagClassName
{
color: #C2A01B;
}
</style>
background-color css
<style>
a { background-color: #C2A01B; }
a { background-color: rgb(194,160,27); }
div.DivClassName
{
background-color: #C2A01B;
}
.BgClassName
{
background-color: #C2A01B;
}
</style>
border-color css
<style>
span { border-color: #C2A01B; }
span { border-color: rgb(194,160,27); }
td.TdClassName
{
border-color: #C2A01B;
}
.TagClassName
{
border-color: #C2A01B;
}
</style>