Shades of Buddha Gold #C1A00C
Tints of Buddha Gold #C1A00C
RGB
CMYK
RGB Variations
Color information
#C1A00C (or 0xC1A00C) is known color: Buddha Gold. HEX triplet: C1, A0 and 0C. RGB value is (193,160,12). Sum of RGB (Red+Green+Blue) = 193+160+12=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A00C is #3E5FF3. Grayscale: #999999. Windows color (decimal): -4087796 or 827585. OLE color: 827585.
HSL color Cylindrical-coordinate representation of color #C1A00C: hue angle of 49.06º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1A00C is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 160 | 12 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.24 |
| HSL | 49.06º | 0.88% | 0.4% | - |
| HSV(B) | 49.06º | 0.94% | 0.76% | - |
| XYZ | 34.63 | 36.51 | 5.57 | - |
| YUV | 153 | 48.43 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 160 | 12 | 0 | 0.17 | 0.94 | 0.24 | 49.06 | 0.88 | 0.4 |
| Hex | C1 | A0 | C | 0 | 11 | 5E | 18 | 31 | 58 | 28 |
| Octal | 301 | 240 | 14 | 0 | 21 | 136 | 30 | 61 | 130 | 50 |
| Binary | 11000001 | 10100000 | 1100 | 0 | 10001 | 1011110 | 11000 | 110001 | 1011000 | 101000 |
Color Harmonies of #C1A00C
Complementary color
Monochromatic Colors of #C1A00C
Black with #C1A00C
Text Example
Text Example
White with #C1A00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A00C; }
p { color: rgb(193,160,12); }
H1.HeaderClassName
{
color: #C1A00C;
}
.AnyTagClassName
{
color: #C1A00C;
}
</style>
background-color css
<style>
a { background-color: #C1A00C; }
a { background-color: rgb(193,160,12); }
div.DivClassName
{
background-color: #C1A00C;
}
.BgClassName
{
background-color: #C1A00C;
}
</style>
border-color css
<style>
span { border-color: #C1A00C; }
span { border-color: rgb(193,160,12); }
td.TdClassName
{
border-color: #C1A00C;
}
.TagClassName
{
border-color: #C1A00C;
}
</style>