#C49A1A

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

Shades of Buddha Gold #C49A1A

Tints of Buddha Gold #C49A1A

Color information

#C49A1A (or 0xC49A1A) is unknown color: approx Buddha Gold. HEX triplet: C4, 9A and 1A. RGB value is (196,154,26). Sum of RGB (Red+Green+Blue) = 196+154+26=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49A1A is #3B65E5. Grayscale: #989898. Windows color (decimal): -3892710 or 1743556. OLE color: 1743556.

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

Color convert

RGB19615426-
CMYK00.210.870.23
HSL45.18º76.58%43.53%-
HSV(B)45.18º86.73%76.86%-
XYZ34.5134.925.9-
YUV151.9756.91159.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.13%
GREEN value IS 154 (60.55% from 255) = 40.96%
BLUE value IS 26 (10.55% from 255) = 6.91%
R=52.13%
G=40.96%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961542600.210.870.2345.1876.5843.53
HexC49A1A01557172d4d2c
Octal30423232025127275511554
Binary1100010010011010110100101011010111101111011011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49A1A; }

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

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

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

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

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

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

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

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