#C19414

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

Shades of Buddha Gold #C19414

Tints of Buddha Gold #C19414

Color information

#C19414 (or 0xC19414) is unknown color: approx Buddha Gold. HEX triplet: C1, 94 and 14. RGB value is (193,148,20). Sum of RGB (Red+Green+Blue) = 193+148+20=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C19414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19414 is #3E6BEB. Grayscale: #939393. Windows color (decimal): -4090860 or 1348801. OLE color: 1348801.

HSL color Cylindrical-coordinate representation of color #C19414: hue angle of 44.39º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C19414 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB19314820-
CMYK00.230.900.24
HSL44.39º81.22%41.76%-
HSV(B)44.39º89.64%75.69%-
XYZ32.7132.575.22-
YUV146.8656.41160.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.46%
GREEN value IS 148 (58.20% from 255) = 41.00%
BLUE value IS 20 (8.20% from 255) = 5.54%
R=53.46%
G=41.00%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931482000.230.900.2444.3981.2241.76
HexC194140175A182c512a
Octal30122424027132305412152
Binary1100000110010100101000101111011010110001011001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19414; }

 p { color: rgb(193,148,20); }

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

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

 a { background-color: rgb(193,148,20); }

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

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

 span { border-color: rgb(193,148,20); }

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