#C1A511

Color #C1A511 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #C1A511

Tints of Buddha Gold #C1A511

Color information

#C1A511 (or 0xC1A511) is unknown color: approx Buddha Gold. HEX triplet: C1, A5 and 11. RGB value is (193,165,17). Sum of RGB (Red+Green+Blue) = 193+165+17=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A511 is #3E5AEE. Grayscale: #9D9D9D. Windows color (decimal): -4086511 or 1156545. OLE color: 1156545.

HSL color Cylindrical-coordinate representation of color #C1A511: hue angle of 50.45º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1A511 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB19316517-
CMYK00.150.910.24
HSL50.45º83.81%41.18%-
HSV(B)50.45º91.19%75.69%-
XYZ35.5538.296.05-
YUV156.549.28154.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 51.47%
GREEN value IS 165 (64.84% from 255) = 44%
BLUE value IS 17 (7.03% from 255) = 4.53%
R=51.47%
G=44%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931651700.150.910.2450.4583.8141.18
HexC1A5110F5B18325429
Octal30124521017133306212451
Binary110000011010010110001011111011011110001100101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A511; }

 p { color: rgb(193,165,17); }

 H1.HeaderClassName
 {
   color: #C1A511;
 }
 .AnyTagClassName
 {
   color: #C1A511;
 }
</style>
background-color css

<style>
 a { background-color: #C1A511; }

 a { background-color: rgb(193,165,17); }

 div.DivClassName
 {
   background-color: #C1A511;
 }
 .BgClassName
 {
   background-color: #C1A511;
 }
</style>
border-color css

<style>
 span { border-color: #C1A511; }

 span { border-color: rgb(193,165,17); }

 td.TdClassName
 {
   border-color: #C1A511;
 }
 .TagClassName
 {
   border-color: #C1A511;
 }
</style>