Shades of Buddha Gold #C2A41F
Tints of Buddha Gold #C2A41F
RGB
CMYK
RGB Variations
Color information
#C2A41F (or 0xC2A41F) is known color: Buddha Gold. HEX triplet: C2, A4 and 1F. RGB value is (194,164,31). Sum of RGB (Red+Green+Blue) = 194+164+31=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A41F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A41F is #3D5BE0. Grayscale: #9E9E9E. Windows color (decimal): -4021217 or 2073794. OLE color: 2073794.
HSL color Cylindrical-coordinate representation of color #C2A41F: hue angle of 48.96º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2A41F is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 31 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.24 |
| HSL | 48.96º | 0.72% | 0.44% | - |
| HSV(B) | 48.96º | 0.84% | 0.76% | - |
| XYZ | 35.77 | 38.12 | 6.77 | - |
| YUV | 157.81 | 56.44 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 31 | 0 | 0.15 | 0.84 | 0.24 | 48.96 | 0.72 | 0.44 |
| Hex | C2 | A4 | 1F | 0 | F | 54 | 18 | 31 | 48 | 2C |
| Octal | 302 | 244 | 37 | 0 | 17 | 124 | 30 | 61 | 110 | 54 |
| Binary | 11000010 | 10100100 | 11111 | 0 | 1111 | 1010100 | 11000 | 110001 | 1001000 | 101100 |
Color Harmonies of #C2A41F
Complementary color
Monochromatic Colors of #C2A41F
Black with #C2A41F
Text Example
Text Example
White with #C2A41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A41F; }
p { color: rgb(194,164,31); }
H1.HeaderClassName
{
color: #C2A41F;
}
.AnyTagClassName
{
color: #C2A41F;
}
</style>
background-color css
<style>
a { background-color: #C2A41F; }
a { background-color: rgb(194,164,31); }
div.DivClassName
{
background-color: #C2A41F;
}
.BgClassName
{
background-color: #C2A41F;
}
</style>
border-color css
<style>
span { border-color: #C2A41F; }
span { border-color: rgb(194,164,31); }
td.TdClassName
{
border-color: #C2A41F;
}
.TagClassName
{
border-color: #C2A41F;
}
</style>