Shades of Buddha Gold #C2A805
Tints of Buddha Gold #C2A805
RGB
CMYK
RGB Variations
Color information
#C2A805 (or 0xC2A805) is known color: Buddha Gold. HEX triplet: C2, A8 and 05. RGB value is (194,168,5). Sum of RGB (Red+Green+Blue) = 194+168+5=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A805 is #3D57FA. Grayscale: #9D9D9D. Windows color (decimal): -4020219 or 370882. OLE color: 370882.
HSL color Cylindrical-coordinate representation of color #C2A805: hue angle of 51.75º 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 #C2A805 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 5 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.24 |
| HSL | 51.75º | 0.95% | 0.39% | - |
| HSV(B) | 51.75º | 0.97% | 0.76% | - |
| XYZ | 36.28 | 39.49 | 5.85 | - |
| YUV | 157.19 | 42.11 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 5 | 0 | 0.13 | 0.97 | 0.24 | 51.75 | 0.95 | 0.39 |
| Hex | C2 | A8 | 5 | 0 | D | 61 | 18 | 34 | 5F | 27 |
| Octal | 302 | 250 | 5 | 0 | 15 | 141 | 30 | 64 | 137 | 47 |
| Binary | 11000010 | 10101000 | 101 | 0 | 1101 | 1100001 | 11000 | 110100 | 1011111 | 100111 |
Color Harmonies of #C2A805
Complementary color
Monochromatic Colors of #C2A805
Black with #C2A805
Text Example
Text Example
White with #C2A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A805; }
p { color: rgb(194,168,5); }
H1.HeaderClassName
{
color: #C2A805;
}
.AnyTagClassName
{
color: #C2A805;
}
</style>
background-color css
<style>
a { background-color: #C2A805; }
a { background-color: rgb(194,168,5); }
div.DivClassName
{
background-color: #C2A805;
}
.BgClassName
{
background-color: #C2A805;
}
</style>
border-color css
<style>
span { border-color: #C2A805; }
span { border-color: rgb(194,168,5); }
td.TdClassName
{
border-color: #C2A805;
}
.TagClassName
{
border-color: #C2A805;
}
</style>