#C49615

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

Shades of Buddha Gold #C49615

Tints of Buddha Gold #C49615

Color information

#C49615 (or 0xC49615) is unknown color: approx Buddha Gold. HEX triplet: C4, 96 and 15. RGB value is (196,150,21). Sum of RGB (Red+Green+Blue) = 196+150+21=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C49615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49615 is #3B69EA. Grayscale: #959595. Windows color (decimal): -3893739 or 1414852. OLE color: 1414852.

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

Color convert

RGB19615021-
CMYK00.230.890.23
HSL44.23º80.65%42.55%-
HSV(B)44.23º89.29%76.86%-
XYZ33.8133.65.41-
YUV149.0555.74161.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.41%
GREEN value IS 150 (58.98% from 255) = 40.87%
BLUE value IS 21 (8.59% from 255) = 5.72%
R=53.41%
G=40.87%
B=5.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961502100.230.890.2344.2380.6542.55
HexC4961501759172c512b
Octal30422625027131275412153
Binary1100010010010110101010101111011001101111011001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49615; }

 p { color: rgb(196,150,21); }

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

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

 a { background-color: rgb(196,150,21); }

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

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

 span { border-color: rgb(196,150,21); }

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