#C1A614

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

Shades of Buddha Gold #C1A614

Tints of Buddha Gold #C1A614

Color information

#C1A614 (or 0xC1A614) is unknown color: approx Buddha Gold. HEX triplet: C1, A6 and 14. RGB value is (193,166,20). Sum of RGB (Red+Green+Blue) = 193+166+20=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A614 is #3E59EB. Grayscale: #9E9E9E. Windows color (decimal): -4086252 or 1353409. OLE color: 1353409.

HSL color Cylindrical-coordinate representation of color #C1A614: hue angle of 50.64º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1A614 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB19316620-
CMYK00.140.900.24
HSL50.64º81.22%41.76%-
HSV(B)50.64º89.64%75.69%-
XYZ35.7538.666.24-
YUV157.4350.45153.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.92%
GREEN value IS 166 (65.23% from 255) = 43.80%
BLUE value IS 20 (8.20% from 255) = 5.28%
R=50.92%
G=43.80%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931662000.140.900.2450.6481.2241.76
HexC1A6140E5A1833512a
Octal30124624016132306312152
Binary110000011010011010100011101011010110001100111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A614; }

 p { color: rgb(193,166,20); }

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

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

 a { background-color: rgb(193,166,20); }

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

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

 span { border-color: rgb(193,166,20); }

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