#C19118

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

Shades of Buddha Gold #C19118

Tints of Buddha Gold #C19118

Color information

#C19118 (or 0xC19118) is unknown color: approx Buddha Gold. HEX triplet: C1, 91 and 18. RGB value is (193,145,24). Sum of RGB (Red+Green+Blue) = 193+145+24=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C19118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19118 is #3E6EE7. Grayscale: #929292. Windows color (decimal): -4091624 or 1610177. OLE color: 1610177.

HSL color Cylindrical-coordinate representation of color #C19118: hue angle of 42.96º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C19118 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB19314524-
CMYK00.250.880.24
HSL42.96º77.88%42.55%-
HSV(B)42.96º87.56%75.69%-
XYZ32.2831.655.27-
YUV145.5659.4161.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.31%
GREEN value IS 145 (57.03% from 255) = 40.06%
BLUE value IS 24 (9.77% from 255) = 6.63%
R=53.31%
G=40.06%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931452400.250.880.2442.9677.8842.55
HexC1911801958182b4e2b
Octal30122130031130305311653
Binary1100000110010001110000110011011000110001010111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19118; }

 p { color: rgb(193,145,24); }

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

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

 a { background-color: rgb(193,145,24); }

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

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

 span { border-color: rgb(193,145,24); }

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