#C49A15

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

Shades of Buddha Gold #C49A15

Tints of Buddha Gold #C49A15

Color information

#C49A15 (or 0xC49A15) is unknown color: approx Buddha Gold. HEX triplet: C4, 9A and 15. RGB value is (196,154,21). Sum of RGB (Red+Green+Blue) = 196+154+21=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49A15 is #3B65EA. Grayscale: #979797. Windows color (decimal): -3892715 or 1415876. OLE color: 1415876.

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

Color convert

RGB19615421-
CMYK00.210.890.23
HSL45.6º80.65%42.55%-
HSV(B)45.6º89.29%76.86%-
XYZ34.4634.95.63-
YUV151.454.41159.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.83%
GREEN value IS 154 (60.55% from 255) = 41.51%
BLUE value IS 21 (8.59% from 255) = 5.66%
R=52.83%
G=41.51%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961542100.210.890.2345.680.6542.55
HexC49A1501559172e512b
Octal30423225025131275612153
Binary1100010010011010101010101011011001101111011101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49A15; }

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

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

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

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

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

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

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

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