Shades of Buddha Gold #C2A005
Tints of Buddha Gold #C2A005
RGB
CMYK
RGB Variations
Color information
#C2A005 (or 0xC2A005) is known color: Buddha Gold. HEX triplet: C2, A0 and 05. RGB value is (194,160,5). Sum of RGB (Red+Green+Blue) = 194+160+5=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A005 is #3D5FFA. Grayscale: #999999. Windows color (decimal): -4022267 or 368834. OLE color: 368834.
HSL color Cylindrical-coordinate representation of color #C2A005: hue angle of 49.21º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2A005 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 5 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.24 |
| HSL | 49.21º | 0.95% | 0.39% | - |
| HSV(B) | 49.21º | 0.97% | 0.76% | - |
| XYZ | 34.85 | 36.62 | 5.38 | - |
| YUV | 152.5 | 44.76 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 5 | 0 | 0.18 | 0.97 | 0.24 | 49.21 | 0.95 | 0.39 |
| Hex | C2 | A0 | 5 | 0 | 12 | 61 | 18 | 31 | 5F | 27 |
| Octal | 302 | 240 | 5 | 0 | 22 | 141 | 30 | 61 | 137 | 47 |
| Binary | 11000010 | 10100000 | 101 | 0 | 10010 | 1100001 | 11000 | 110001 | 1011111 | 100111 |
Color Harmonies of #C2A005
Complementary color
Monochromatic Colors of #C2A005
Black with #C2A005
Text Example
Text Example
White with #C2A005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A005; }
p { color: rgb(194,160,5); }
H1.HeaderClassName
{
color: #C2A005;
}
.AnyTagClassName
{
color: #C2A005;
}
</style>
background-color css
<style>
a { background-color: #C2A005; }
a { background-color: rgb(194,160,5); }
div.DivClassName
{
background-color: #C2A005;
}
.BgClassName
{
background-color: #C2A005;
}
</style>
border-color css
<style>
span { border-color: #C2A005; }
span { border-color: rgb(194,160,5); }
td.TdClassName
{
border-color: #C2A005;
}
.TagClassName
{
border-color: #C2A005;
}
</style>