Shades of Buddha Gold #C5A41C
Tints of Buddha Gold #C5A41C
RGB
CMYK
RGB Variations
Color information
#C5A41C (or 0xC5A41C) is known color: Buddha Gold. HEX triplet: C5, A4 and 1C. RGB value is (197,164,28). Sum of RGB (Red+Green+Blue) = 197+164+28=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A41C is #3A5BE3. Grayscale: #9E9E9E. Windows color (decimal): -3824612 or 1877189. OLE color: 1877189.
HSL color Cylindrical-coordinate representation of color #C5A41C: hue angle of 48.28º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5A41C is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 28 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.23 |
| HSL | 48.28º | 0.75% | 0.44% | - |
| HSV(B) | 48.28º | 0.86% | 0.77% | - |
| XYZ | 36.51 | 38.51 | 6.61 | - |
| YUV | 158.36 | 54.43 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 28 | 0 | 0.17 | 0.86 | 0.23 | 48.28 | 0.75 | 0.44 |
| Hex | C5 | A4 | 1C | 0 | 11 | 56 | 17 | 30 | 4B | 2C |
| Octal | 305 | 244 | 34 | 0 | 21 | 126 | 27 | 60 | 113 | 54 |
| Binary | 11000101 | 10100100 | 11100 | 0 | 10001 | 1010110 | 10111 | 110000 | 1001011 | 101100 |
Color Harmonies of #C5A41C
Complementary color
Monochromatic Colors of #C5A41C
Black with #C5A41C
Text Example
Text Example
White with #C5A41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A41C; }
p { color: rgb(197,164,28); }
H1.HeaderClassName
{
color: #C5A41C;
}
.AnyTagClassName
{
color: #C5A41C;
}
</style>
background-color css
<style>
a { background-color: #C5A41C; }
a { background-color: rgb(197,164,28); }
div.DivClassName
{
background-color: #C5A41C;
}
.BgClassName
{
background-color: #C5A41C;
}
</style>
border-color css
<style>
span { border-color: #C5A41C; }
span { border-color: rgb(197,164,28); }
td.TdClassName
{
border-color: #C5A41C;
}
.TagClassName
{
border-color: #C5A41C;
}
</style>