#C49118

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

Shades of Buddha Gold #C49118

Tints of Buddha Gold #C49118

Color information

#C49118 (or 0xC49118) is unknown color: approx Buddha Gold. HEX triplet: C4, 91 and 18. RGB value is (196,145,24). Sum of RGB (Red+Green+Blue) = 196+145+24=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C49118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49118 is #3B6EE7. Grayscale: #929292. Windows color (decimal): -3895016 or 1610180. OLE color: 1610180.

HSL color Cylindrical-coordinate representation of color #C49118: hue angle of 42.21º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C49118 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB19614524-
CMYK00.260.880.23
HSL42.21º78.18%43.14%-
HSV(B)42.21º87.76%76.86%-
XYZ33.0632.055.31-
YUV146.4558.9163.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.70%
GREEN value IS 145 (57.03% from 255) = 39.73%
BLUE value IS 24 (9.77% from 255) = 6.58%
R=53.70%
G=39.73%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961452400.260.880.2342.2178.1843.14
HexC4911801A58172a4e2b
Octal30422130032130275211653
Binary1100010010010001110000110101011000101111010101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49118; }

 p { color: rgb(196,145,24); }

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

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

 a { background-color: rgb(196,145,24); }

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

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

 span { border-color: rgb(196,145,24); }

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