Shades of Buddha Gold #C3A421
Tints of Buddha Gold #C3A421
RGB
CMYK
RGB Variations
Color information
#C3A421 (or 0xC3A421) is known color: Buddha Gold. HEX triplet: C3, A4 and 21. RGB value is (195,164,33). Sum of RGB (Red+Green+Blue) = 195+164+33=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A421 is #3C5BDE. Grayscale: #9E9E9E. Windows color (decimal): -3955679 or 2204867. OLE color: 2204867.
HSL color Cylindrical-coordinate representation of color #C3A421: hue angle of 48.52º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3A421 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 33 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.24 |
| HSL | 48.52º | 0.71% | 0.45% | - |
| HSV(B) | 48.52º | 0.83% | 0.76% | - |
| XYZ | 36.06 | 38.26 | 6.92 | - |
| YUV | 158.34 | 57.27 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 33 | 0 | 0.16 | 0.83 | 0.24 | 48.52 | 0.71 | 0.45 |
| Hex | C3 | A4 | 21 | 0 | 10 | 53 | 18 | 31 | 47 | 2D |
| Octal | 303 | 244 | 41 | 0 | 20 | 123 | 30 | 61 | 107 | 55 |
| Binary | 11000011 | 10100100 | 100001 | 0 | 10000 | 1010011 | 11000 | 110001 | 1000111 | 101101 |
Color Harmonies of #C3A421
Complementary color
Monochromatic Colors of #C3A421
Black with #C3A421
Text Example
Text Example
White with #C3A421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A421; }
p { color: rgb(195,164,33); }
H1.HeaderClassName
{
color: #C3A421;
}
.AnyTagClassName
{
color: #C3A421;
}
</style>
background-color css
<style>
a { background-color: #C3A421; }
a { background-color: rgb(195,164,33); }
div.DivClassName
{
background-color: #C3A421;
}
.BgClassName
{
background-color: #C3A421;
}
</style>
border-color css
<style>
span { border-color: #C3A421; }
span { border-color: rgb(195,164,33); }
td.TdClassName
{
border-color: #C3A421;
}
.TagClassName
{
border-color: #C3A421;
}
</style>