Shades of Buddha Gold #C1A40E
Tints of Buddha Gold #C1A40E
RGB
CMYK
RGB Variations
Color information
#C1A40E (or 0xC1A40E) is known color: Buddha Gold. HEX triplet: C1, A4 and 0E. RGB value is (193,164,14). Sum of RGB (Red+Green+Blue) = 193+164+14=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A40E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A40E is #3E5BF1. Grayscale: #9C9C9C. Windows color (decimal): -4086770 or 959681. OLE color: 959681.
HSL color Cylindrical-coordinate representation of color #C1A40E: hue angle of 50.28º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1A40E is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 164 | 14 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.24 |
| HSL | 50.28º | 0.86% | 0.41% | - |
| HSV(B) | 50.28º | 0.93% | 0.76% | - |
| XYZ | 35.35 | 37.92 | 5.87 | - |
| YUV | 155.57 | 48.11 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 164 | 14 | 0 | 0.15 | 0.93 | 0.24 | 50.28 | 0.86 | 0.41 |
| Hex | C1 | A4 | E | 0 | F | 5D | 18 | 32 | 56 | 29 |
| Octal | 301 | 244 | 16 | 0 | 17 | 135 | 30 | 62 | 126 | 51 |
| Binary | 11000001 | 10100100 | 1110 | 0 | 1111 | 1011101 | 11000 | 110010 | 1010110 | 101001 |
Color Harmonies of #C1A40E
Complementary color
Monochromatic Colors of #C1A40E
Black with #C1A40E
Text Example
Text Example
White with #C1A40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A40E; }
p { color: rgb(193,164,14); }
H1.HeaderClassName
{
color: #C1A40E;
}
.AnyTagClassName
{
color: #C1A40E;
}
</style>
background-color css
<style>
a { background-color: #C1A40E; }
a { background-color: rgb(193,164,14); }
div.DivClassName
{
background-color: #C1A40E;
}
.BgClassName
{
background-color: #C1A40E;
}
</style>
border-color css
<style>
span { border-color: #C1A40E; }
span { border-color: rgb(193,164,14); }
td.TdClassName
{
border-color: #C1A40E;
}
.TagClassName
{
border-color: #C1A40E;
}
</style>