#C19018

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

Shades of Buddha Gold #C19018

Tints of Buddha Gold #C19018

Color information

#C19018 (or 0xC19018) is unknown color: approx Buddha Gold. HEX triplet: C1, 90 and 18. RGB value is (193,144,24). Sum of RGB (Red+Green+Blue) = 193+144+24=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C19018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19018 is #3E6FE7. Grayscale: #919191. Windows color (decimal): -4091880 or 1609921. OLE color: 1609921.

HSL color Cylindrical-coordinate representation of color #C19018: hue angle of 42.6º 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 #C19018 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB19314424-
CMYK00.250.880.24
HSL42.6º77.88%42.55%-
HSV(B)42.6º87.56%75.69%-
XYZ32.1331.355.22-
YUV144.9759.73162.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.46%
GREEN value IS 144 (56.64% from 255) = 39.89%
BLUE value IS 24 (9.77% from 255) = 6.65%
R=53.46%
G=39.89%
B=6.65%

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
Decimal1931442400.250.880.2442.677.8842.55
HexC1901801958182b4e2b
Octal30122030031130305311653
Binary1100000110010000110000110011011000110001010111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19018; }

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

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

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

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

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

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

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

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