#C49F26

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

Shades of Buddha Gold #C49F26

Tints of Buddha Gold #C49F26

Color information

#C49F26 (or 0xC49F26) is unknown color: approx Buddha Gold. HEX triplet: C4, 9F and 26. RGB value is (196,159,38). Sum of RGB (Red+Green+Blue) = 196+159+38=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49F26 is #3B60D9. Grayscale: #9C9C9C. Windows color (decimal): -3891418 or 2531268. OLE color: 2531268.

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

Color convert

RGB19615938-
CMYK00.190.810.23
HSL45.95º67.52%45.88%-
HSV(B)45.95º80.61%76.86%-
XYZ35.5136.677.04-
YUV156.2761.26156.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.87%
GREEN value IS 159 (62.5% from 255) = 40.46%
BLUE value IS 38 (15.23% from 255) = 9.67%
R=49.87%
G=40.46%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961593800.190.810.2345.9567.5245.88
HexC49F2601351172e442e
Octal30423746023121275610456
Binary11000100100111111001100100111010001101111011101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49F26; }

 p { color: rgb(196,159,38); }

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

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

 a { background-color: rgb(196,159,38); }

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

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

 span { border-color: rgb(196,159,38); }

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