Shades of Buddha Gold #C2A700
Tints of Buddha Gold #C2A700
RGB
CMYK
RGB Variations
Color information
#C2A700 (or 0xC2A700) is known color: Buddha Gold. HEX triplet: C2, A7 and 00. RGB value is (194,167,0). Sum of RGB (Red+Green+Blue) = 194+167+0=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A700 is #3D58FF. Grayscale: #9C9C9C. Windows color (decimal): -4020480 or 42946. OLE color: 42946.
HSL color Cylindrical-coordinate representation of color #C2A700: hue angle of 51.65º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2A700 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.24 |
| HSL | 51.65º | 1% | 0.38% | - |
| HSV(B) | 51.65º | 1% | 0.76% | - |
| XYZ | 36.07 | 39.11 | 5.65 | - |
| YUV | 156.04 | 39.95 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 0 | 0 | 0.14 | 1 | 0.24 | 51.65 | 1 | 0.38 |
| Hex | C2 | A7 | 0 | 0 | E | 64 | 18 | 34 | 64 | 26 |
| Octal | 302 | 247 | 0 | 0 | 16 | 144 | 30 | 64 | 144 | 46 |
| Binary | 11000010 | 10100111 | 0 | 0 | 1110 | 1100100 | 11000 | 110100 | 1100100 | 100110 |
Color Harmonies of #C2A700
Complementary color
Monochromatic Colors of #C2A700
Black with #C2A700
Text Example
Text Example
White with #C2A700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A700; }
p { color: rgb(194,167,0); }
H1.HeaderClassName
{
color: #C2A700;
}
.AnyTagClassName
{
color: #C2A700;
}
</style>
background-color css
<style>
a { background-color: #C2A700; }
a { background-color: rgb(194,167,0); }
div.DivClassName
{
background-color: #C2A700;
}
.BgClassName
{
background-color: #C2A700;
}
</style>
border-color css
<style>
span { border-color: #C2A700; }
span { border-color: rgb(194,167,0); }
td.TdClassName
{
border-color: #C2A700;
}
.TagClassName
{
border-color: #C2A700;
}
</style>