Shades of Buddha Gold #C2A017
Tints of Buddha Gold #C2A017
RGB
CMYK
RGB Variations
Color information
#C2A017 (or 0xC2A017) is known color: Buddha Gold. HEX triplet: C2, A0 and 17. RGB value is (194,160,23). Sum of RGB (Red+Green+Blue) = 194+160+23=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A017 is #3D5FE8. Grayscale: #9B9B9B. Windows color (decimal): -4022249 or 1548482. OLE color: 1548482.
HSL color Cylindrical-coordinate representation of color #C2A017: hue angle of 48.07º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2A017 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 23 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.24 |
| HSL | 48.07º | 0.79% | 0.43% | - |
| HSV(B) | 48.07º | 0.88% | 0.76% | - |
| XYZ | 34.97 | 36.67 | 6.05 | - |
| YUV | 154.55 | 53.76 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 23 | 0 | 0.18 | 0.88 | 0.24 | 48.07 | 0.79 | 0.43 |
| Hex | C2 | A0 | 17 | 0 | 12 | 58 | 18 | 30 | 4F | 2B |
| Octal | 302 | 240 | 27 | 0 | 22 | 130 | 30 | 60 | 117 | 53 |
| Binary | 11000010 | 10100000 | 10111 | 0 | 10010 | 1011000 | 11000 | 110000 | 1001111 | 101011 |
Color Harmonies of #C2A017
Complementary color
Monochromatic Colors of #C2A017
Black with #C2A017
Text Example
Text Example
White with #C2A017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A017; }
p { color: rgb(194,160,23); }
H1.HeaderClassName
{
color: #C2A017;
}
.AnyTagClassName
{
color: #C2A017;
}
</style>
background-color css
<style>
a { background-color: #C2A017; }
a { background-color: rgb(194,160,23); }
div.DivClassName
{
background-color: #C2A017;
}
.BgClassName
{
background-color: #C2A017;
}
</style>
border-color css
<style>
span { border-color: #C2A017; }
span { border-color: rgb(194,160,23); }
td.TdClassName
{
border-color: #C2A017;
}
.TagClassName
{
border-color: #C2A017;
}
</style>