#C49415

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

Shades of Buddha Gold #C49415

Tints of Buddha Gold #C49415

Color information

#C49415 (or 0xC49415) is unknown color: approx Buddha Gold. HEX triplet: C4, 94 and 15. RGB value is (196,148,21). Sum of RGB (Red+Green+Blue) = 196+148+21=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C49415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49415 is #3B6BEA. Grayscale: #949494. Windows color (decimal): -3894251 or 1414340. OLE color: 1414340.

HSL color Cylindrical-coordinate representation of color #C49415: hue angle of 43.54º 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 #C49415 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB19614821-
CMYK00.240.890.23
HSL43.54º80.65%42.55%-
HSV(B)43.54º89.29%76.86%-
XYZ33.4932.975.31-
YUV147.8756.4162.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.70%
GREEN value IS 148 (58.20% from 255) = 40.55%
BLUE value IS 21 (8.59% from 255) = 5.75%
R=53.70%
G=40.55%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961482100.240.890.2343.5480.6542.55
HexC4941501859172c512b
Octal30422425030131275412153
Binary1100010010010100101010110001011001101111011001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49415; }

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

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

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

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

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

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

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

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