#C1A416

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

Shades of Buddha Gold #C1A416

Tints of Buddha Gold #C1A416

Color information

#C1A416 (or 0xC1A416) is unknown color: approx Buddha Gold. HEX triplet: C1, A4 and 16. RGB value is (193,164,22). Sum of RGB (Red+Green+Blue) = 193+164+22=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A416 is #3E5BE9. Grayscale: #9D9D9D. Windows color (decimal): -4086762 or 1483969. OLE color: 1483969.

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

Color convert

RGB19316422-
CMYK00.150.890.24
HSL49.82º79.53%42.16%-
HSV(B)49.82º88.6%75.69%-
XYZ35.4137.956.22-
YUV156.4852.11154.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.92%
GREEN value IS 164 (64.45% from 255) = 43.27%
BLUE value IS 22 (8.98% from 255) = 5.80%
R=50.92%
G=43.27%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931642200.150.890.2449.8279.5342.16
HexC1A4160F591832502a
Octal30124426017131306212052
Binary110000011010010010110011111011001110001100101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A416; }

 p { color: rgb(193,164,22); }

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

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

 a { background-color: rgb(193,164,22); }

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

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

 span { border-color: rgb(193,164,22); }

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