Shades of Buddha Gold #C3A40F
Tints of Buddha Gold #C3A40F
RGB
CMYK
RGB Variations
Color information
#C3A40F (or 0xC3A40F) is known color: Buddha Gold. HEX triplet: C3, A4 and 0F. RGB value is (195,164,15). Sum of RGB (Red+Green+Blue) = 195+164+15=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A40F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A40F is #3C5BF0. Grayscale: #9C9C9C. Windows color (decimal): -3955697 or 1025219. OLE color: 1025219.
HSL color Cylindrical-coordinate representation of color #C3A40F: hue angle of 49.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3A40F is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 15 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.24 |
| HSL | 49.67º | 0.86% | 0.41% | - |
| HSV(B) | 49.67º | 0.92% | 0.76% | - |
| XYZ | 35.87 | 38.19 | 5.93 | - |
| YUV | 156.28 | 48.27 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 15 | 0 | 0.16 | 0.92 | 0.24 | 49.67 | 0.86 | 0.41 |
| Hex | C3 | A4 | F | 0 | 10 | 5C | 18 | 32 | 56 | 29 |
| Octal | 303 | 244 | 17 | 0 | 20 | 134 | 30 | 62 | 126 | 51 |
| Binary | 11000011 | 10100100 | 1111 | 0 | 10000 | 1011100 | 11000 | 110010 | 1010110 | 101001 |
Color Harmonies of #C3A40F
Complementary color
Monochromatic Colors of #C3A40F
Black with #C3A40F
Text Example
Text Example
White with #C3A40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A40F; }
p { color: rgb(195,164,15); }
H1.HeaderClassName
{
color: #C3A40F;
}
.AnyTagClassName
{
color: #C3A40F;
}
</style>
background-color css
<style>
a { background-color: #C3A40F; }
a { background-color: rgb(195,164,15); }
div.DivClassName
{
background-color: #C3A40F;
}
.BgClassName
{
background-color: #C3A40F;
}
</style>
border-color css
<style>
span { border-color: #C3A40F; }
span { border-color: rgb(195,164,15); }
td.TdClassName
{
border-color: #C3A40F;
}
.TagClassName
{
border-color: #C3A40F;
}
</style>