#c49611

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

Shades of Buddha Gold #C49611

Tints of Buddha Gold #C49611

Color information

#C49611 (or 0xC49611) is unknown color: approx Buddha Gold. HEX triplet: C4, 96 and 11. RGB value is (196,150,17). Sum of RGB (Red+Green+Blue) = 196+150+17=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C49611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49611 is #3B69EE. Grayscale: #959595. Windows color (decimal): -3893743 or 1152708. OLE color: 1152708.

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

Color convert

RGB19615017-
CMYK00.230.910.23
HSL44.58º84.04%41.76%-
HSV(B)44.58º91.33%76.86%-
XYZ33.7733.595.23-
YUV148.5953.74161.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.99%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 17 (7.03% from 255) = 4.68%
R=53.99%
G=41.32%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961501700.230.910.2344.5884.0441.76
HexC496110175B172d542a
Octal30422621027133275512452
Binary1100010010010110100010101111011011101111011011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c49611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c49611; }

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

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

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

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

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

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

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

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